Skip to content

Commit 13c9d4c

Browse files
authored
Merge pull request #226 from PyO3/dependabot/cargo/examples/namespace_package/pyo3-0.16.4
build(deps): bump pyo3 from 0.16.2 to 0.16.4 in /examples/namespace_package
2 parents 6b427df + 816f3fe commit 13c9d4c

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

examples/namespace_package/Cargo.lock

Lines changed: 17 additions & 11 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
@@ -7,4 +7,4 @@ edition = "2018"
77
crate-type = ["cdylib"]
88

99
[dependencies]
10-
pyo3 = { version = "0.16.2", features = ["extension-module"] }
10+
pyo3 = { version = "0.16.4", features = ["extension-module"] }

0 commit comments

Comments
 (0)