We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wreq-util
1 parent c35c289 commit 95de438Copy full SHA for 95de438
1 file changed
Cargo.toml
@@ -65,7 +65,7 @@ wreq = { version = "6.0.0-rc.27", features = [
65
"zstd",
66
"ws",
67
] }
68
-wreq-util = { version = "3.0.0-rc.10", features = ["emulation-rand"] }
+wreq-util = { version = "3.0.0-rc.10", features = ["emulation-rand", "emulation-compression"] }
69
hickory-resolver = "0.25.2"
70
cookie = "0.18"
71
mimalloc = { version = "0.1.43", default-features = false, features = [
@@ -83,6 +83,3 @@ lto = "fat"
83
opt-level = 3
84
panic = "abort"
85
strip = true
86
-
87
-[patch.crates-io]
88
-pyo3 = { git = "https://github.com/pyo3/pyo3.git" }
0 commit comments