Skip to content

Commit 57e7cbc

Browse files
Bump pyo3 from 0.24.2 to 0.25.0
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.24.2 to 0.25.0. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.24.2...v0.25.0) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b5c64ed commit 57e7cbc

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111
regress = "0.10.3"
1212

1313
[dependencies.pyo3]
14-
version = "0.24.2"
14+
version = "0.25.0"
1515
# To build extension for PyPy on Windows, "generate-import-lib" is needed:
1616
# https://github.com/PyO3/maturin-action/issues/267#issuecomment-2106844429
1717
features = ["extension-module", "generate-import-lib"]

0 commit comments

Comments
 (0)