Skip to content

Commit

Permalink
v1.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Dec 25, 2024
1 parent 72697ca commit 17a4793
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rquest"
version = "1.0.0-rc.2"
version = "1.0.0-rc.3"
description = "Asynchronous Rust HTTP client with TLS, JA3/JA4, and HTTP2 fingerprint spoof"
keywords = ["http", "client", "websocket", "ja3", "ja4"]
categories = ["web-programming::http-client"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ HTTP
```toml
[dependencies]
tokio = { version = "1", features = ["full"] }
rquest = "1.0.0-rc.2"
rquest = "1.0.0-rc.3"
```

```rust,no_run
Expand All @@ -62,7 +62,7 @@ WebSocket
```toml
[dependencies]
tokio = { version = "1", features = ["full"] }
rquest = { version = "1.0.0-rc.2", features = ["websocket"] }
rquest = { version = "1.0.0-rc.3", features = ["websocket"] }
futures-util = { version = "0.3.0", default-features = false, features = ["std"] }
```

Expand Down

0 comments on commit 17a4793

Please sign in to comment.