Skip to content

Commit 52acfd7

Browse files
authored
Merge pull request #490 from Dylan-DPC/patch-1
Update Cargo.toml
2 parents b9d87a5 + 5389a1e commit 52acfd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ num-complex = ">= 0.2, < 0.5"
2222
num-integer = "0.1"
2323
num-traits = "0.2"
2424
ndarray = ">= 0.15, < 0.17"
25-
pyo3 = { version = "0.24", default-features = false, features = ["macros"] }
25+
pyo3 = { version = "0.24.1", default-features = false, features = ["macros"] }
2626
rustc-hash = "2.0"
2727

2828
[dev-dependencies]

0 commit comments

Comments
 (0)