Skip to content

Commit

Permalink
update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Nov 15, 2024
1 parent 5ef8ad9 commit 32db5c0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 18 deletions.
25 changes: 10 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rust-version.workspace = true
[dependencies]
once_cell = "1"
cfg-if = "1"
pyo3 = { version = "0.22.6", features = ["abi3"] }
pyo3 = { git = "https://github.com/pyo3/pyo3", features = ["abi3"] }
asn1.workspace = true
cryptography-cffi = { path = "cryptography-cffi" }
cryptography-keepalive = { path = "cryptography-keepalive" }
Expand Down
2 changes: 1 addition & 1 deletion src/rust/cryptography-cffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish.workspace = true
rust-version.workspace = true

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

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/rust/cryptography-keepalive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ publish.workspace = true
rust-version.workspace = true

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

0 comments on commit 32db5c0

Please sign in to comment.