Skip to content

Commit 1e291bb

Browse files
build(deps): bump pyo3 in /examples/namespace_package
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.19.2 to 0.20.0. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.19.2...v0.20.0) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cf98007 commit 1e291bb

File tree

2 files changed

+33
-29
lines changed

2 files changed

+33
-29
lines changed

examples/namespace_package/Cargo.lock

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

examples/namespace_package/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ path = "rust/lib.rs" # When omitted, the value of "src/lib.rs" is assumed
1818
# path = "src/lib.rs"
1919

2020
[dependencies]
21-
pyo3 = { version = "0.19.2", features = ["extension-module"] }
21+
pyo3 = { version = "0.20.0", features = ["extension-module"] }

0 commit comments

Comments
 (0)