From d5051f9bee34378e86faba0a9c8399e6e27e79fd Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Wed, 20 Mar 2024 13:03:57 -0700 Subject: [PATCH] Update version number in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 614b10a0d..1f8dbcb1f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ optional features, so your `Cargo.toml` could look like this: ```toml [dependencies] -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.12", features = ["json"] } tokio = { version = "1", features = ["full"] } ```