Skip to content

Commit

Permalink
v0.20.10
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Aug 10, 2024
1 parent a39ba21 commit 2cc76f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rquest"
version = "0.20.2"
version = "0.20.10"
description = "An fast asynchronous Rust Http/WebSocket Client with TLS/JA3/JA4/HTTP2 fingerprint impersonate"
keywords = ["http", "request", "client", "websocket", "ja3"]
categories = ["web-programming::http-client"]
Expand All @@ -19,7 +19,7 @@ rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]

[features]
default = ["full"]
default = ["boring-tls"]

full = [
"boring-tls",
Expand Down

0 comments on commit 2cc76f3

Please sign in to comment.