We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92aa28c commit d5051f9Copy full SHA for d5051f9
README.md
@@ -23,7 +23,7 @@ optional features, so your `Cargo.toml` could look like this:
23
24
```toml
25
[dependencies]
26
-reqwest = { version = "0.11", features = ["json"] }
+reqwest = { version = "0.12", features = ["json"] }
27
tokio = { version = "1", features = ["full"] }
28
```
29
0 commit comments