Skip to content

Commit 3b30af8

Browse files
Bump pyo3-build-config from 0.24.2 to 0.25.0
Bumps [pyo3-build-config](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-build-config dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 238c1c7 commit 3b30af8

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

Cargo.lock

Lines changed: 15 additions & 5 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
@@ -79,7 +79,7 @@ pyo3 = { version = "0.24", features = ["auto-initialize"] }
7979
[build-dependencies]
8080
version_check = "0.9.5"
8181
# used where logic has to be version/distribution specific, e.g. pypy
82-
pyo3-build-config = { version = "0.24" }
82+
pyo3-build-config = { version = "0.25" }
8383

8484
[lints.clippy]
8585
dbg_macro = "warn"

0 commit comments

Comments
 (0)