Skip to content

Commit 0569960

Browse files
committed
v2.2.1
1 parent 2f79c3d commit 0569960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rnet"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
description = "A blazing-fast Python HTTP client with TLS fingerprint"
55
edition = "2024"
66
rust-version = "1.85.0"
@@ -24,7 +24,7 @@ docs = ["dep:pyo3-stub-gen"]
2424

2525
[dependencies]
2626
tokio = { version = "1.44.1", features = ["sync"] }
27-
pyo3 = { version = "0.24.0", features = [
27+
pyo3 = { version = "0.24.1", features = [
2828
"indexmap",
2929
"multiple-pymethods",
3030
"generate-import-lib",

0 commit comments

Comments
 (0)