Skip to content

Commit 65b70e8

Browse files
committed
update pyo3 version
1 parent 7cc23dc commit 65b70e8

File tree

2 files changed

+53
-147
lines changed

2 files changed

+53
-147
lines changed

cliquepicking_python/Cargo.lock

+52-146
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cliquepicking_python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ crate-type = ["cdylib"]
1111
[dependencies]
1212
cliquepicking_rs = { path = "../cliquepicking_rs" }
1313
num-bigint = "0.4.6"
14-
pyo3 = { version = "0.21.1", features = ["num-bigint"] }
14+
pyo3 = { version = "0.23.3", features = ["num-bigint"] }

0 commit comments

Comments
 (0)