Skip to content

Commit

Permalink
Update version number in example to 0.6 (#197)
Browse files Browse the repository at this point in the history
* Update version number in example to 0.6

* Update README.md

* Update README.md

---------

Co-authored-by: Ethan Brierley <[email protected]>
  • Loading branch information
alexanderkjall and eopb authored Nov 12, 2024
1 parent 9ea9520 commit 88d2743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ The `reqwest-middleware` client exposes the same interface as a plain `reqwest`
# ...
[dependencies]
reqwest = { version = "0.12", features = ["rustls-tls"] }
reqwest-middleware = "0.3"
reqwest-retry = "0.5"
reqwest-middleware = "0.4"
reqwest-retry = "0.7"
reqwest-tracing = "0.5"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
```
Expand Down

0 comments on commit 88d2743

Please sign in to comment.