Skip to content

Commit 32db5c0

Browse files
committed
update Cargo.toml
1 parent 5ef8ad9 commit 32db5c0

File tree

4 files changed

+13
-18
lines changed

4 files changed

+13
-18
lines changed

Cargo.lock

Lines changed: 10 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rust-version.workspace = true
99
[dependencies]
1010
once_cell = "1"
1111
cfg-if = "1"
12-
pyo3 = { version = "0.22.6", features = ["abi3"] }
12+
pyo3 = { git = "https://github.com/pyo3/pyo3", features = ["abi3"] }
1313
asn1.workspace = true
1414
cryptography-cffi = { path = "cryptography-cffi" }
1515
cryptography-keepalive = { path = "cryptography-keepalive" }

src/rust/cryptography-cffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish.workspace = true
77
rust-version.workspace = true
88

99
[dependencies]
10-
pyo3 = { version = "0.22.6", features = ["abi3"] }
10+
pyo3 = { git = "https://github.com/pyo3/pyo3", features = ["abi3"] }
1111
openssl-sys = "0.9.104"
1212

1313
[build-dependencies]

src/rust/cryptography-keepalive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ publish.workspace = true
77
rust-version.workspace = true
88

99
[dependencies]
10-
pyo3 = { version = "0.22.6", features = ["abi3"] }
10+
pyo3 = { git = "https://github.com/pyo3/pyo3", features = ["abi3"] }

0 commit comments

Comments
 (0)