Skip to content

Commit a48e3d8

Browse files
committed
update Cargo.toml
1 parent f623ae5 commit a48e3d8

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rust-version = "1.65.0"
2020

2121
[workspace.dependencies]
2222
asn1 = { version = "0.18.0", default-features = false }
23-
pyo3 = { version = "0.22.6", features = ["abi3"] }
23+
pyo3 = { git = "https://github.com/pyo3/pyo3.git", features = ["abi3"] }
2424

2525
[profile.release]
2626
overflow-checks = true

0 commit comments

Comments
 (0)