Skip to content

Commit

Permalink
Update version number in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
atouchet authored and seanmonstar committed Mar 20, 2024
1 parent 92aa28c commit d5051f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
```

Expand Down

0 comments on commit d5051f9

Please sign in to comment.