Skip to content

Commit d4b9d3c

Browse files
committed
Update PyO3
1 parent 9399457 commit d4b9d3c

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
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
cvmcount = "0.2.0"
13-
pyo3 = { version = "0.21.2", features = ["abi3", "abi3-py310", "abi3-py311", "abi3-py312"] }
13+
pyo3 = { version = "0.22.5", features = ["abi3", "abi3-py310", "abi3-py311", "abi3-py312"] }
1414

1515
[profile.release]
1616
lto = true

0 commit comments

Comments
 (0)