Skip to content

Commit 202ab7d

Browse files
committed
bump deps
1 parent 5fd0106 commit 202ab7d

File tree

4 files changed

+124
-74
lines changed

4 files changed

+124
-74
lines changed

cliquepicking_python/Cargo.lock

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

cliquepicking_python/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cliquepicking"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -10,6 +10,6 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
cliquepicking_rs = { path = "../cliquepicking_rs" }
13-
num-bigint = "0.4.6"
14-
pyo3 = { version = "0.23.3", features = ["num-bigint"] }
13+
num-bigint = "0.4"
14+
pyo3 = { version = "0.25", features = ["num-bigint"] }
1515
rand = "0.8"

0 commit comments

Comments
 (0)