Skip to content

Commit 2f2b08a

Browse files
dependabot[bot]rmalmain
authored andcommitted
Update pyo3-build-config requirement from 0.23.2 to 0.24.0 (#3058)
Updates the requirements on [pyo3-build-config](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.23.2...v0.23.5) --- updated-dependencies: - dependency-name: pyo3-build-config dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9873a0b commit 2f2b08a

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
@@ -109,7 +109,7 @@ postcard = { version = "1.0.10", features = [
109109
"alloc",
110110
], default-features = false } # no_std compatible serde serialization format
111111
pyo3 = "0.23.2"
112-
pyo3-build-config = "0.23.2"
112+
pyo3-build-config = "0.24.0"
113113
rangemap = "1.5.1"
114114
regex = "1.10.6"
115115
rustversion = "1.0.17"

0 commit comments

Comments
 (0)