Skip to content

Commit

Permalink
Merge pull request #371 from PyO3/dependabot/cargo/examples/namespace…
Browse files Browse the repository at this point in the history
…_package/pyo3-0.20.0

build(deps): bump pyo3 from 0.19.2 to 0.20.0 in /examples/namespace_package
  • Loading branch information
davidhewitt committed Oct 24, 2023
2 parents cf98007 + 1e291bb commit 2a705d1
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 29 deletions.
60 changes: 32 additions & 28 deletions examples/namespace_package/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/namespace_package/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ path = "rust/lib.rs" # When omitted, the value of "src/lib.rs" is assumed
# path = "src/lib.rs"

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

0 comments on commit 2a705d1

Please sign in to comment.