Skip to content

Commit 096049f

Browse files
committed
v6.0.0-rc.11
1 parent e6014ef commit 096049f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wreq"
3-
version = "6.0.0-rc.9"
3+
version = "6.0.0-rc.11"
44
description = "An ergonomic Rust HTTP Client with TLS fingerprint"
55
keywords = ["http", "client", "websocket", "ja3", "ja4"]
66
categories = ["web-programming::http-client"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following example uses the [Tokio](https://tokio.rs) runtime with optional f
2929
```toml
3030
[dependencies]
3131
tokio = { version = "1", features = ["full"] }
32-
wreq = "6.0.0-rc.9"
32+
wreq = "6.0.0-rc.11"
3333
wreq-util = "3.0.0-rc.1"
3434
```
3535

0 commit comments

Comments
 (0)