Skip to content

Commit 2a705d1

Browse files
authored
Merge pull request #371 from PyO3/dependabot/cargo/examples/namespace_package/pyo3-0.20.0
build(deps): bump pyo3 from 0.19.2 to 0.20.0 in /examples/namespace_package
2 parents cf98007 + 1e291bb commit 2a705d1

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)