Skip to content

Commit 83ce21c

Browse files
Update pyo3 requirement from 0.24 to 0.25
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.24.0...v0.24.2) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.24.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7d08c09 commit 83ce21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ approxim = "0.6.5"
1717
cellular_raza = { version = "0.2.4", features = [ "pyo3", "approx" ] }
1818
nalgebra = { version="0.33" }
1919
num = "0.4"
20-
pyo3 = { version = "0.24", features = ["serde"] }
20+
pyo3 = { version = "0.25", features = ["serde"] }
2121
pythonize = "0.24.0"
2222
rand = "0.9"
2323
rand_chacha = "0.9"

0 commit comments

Comments
 (0)