Skip to content

Commit 166a67c

Browse files
authored
Merge pull request #325 from PyO3/dependabot/cargo/examples/namespace_package/pyo3-0.18.2
build(deps): bump pyo3 from 0.18.1 to 0.18.2 in /examples/namespace_package
2 parents 10f23a2 + 0ba655f commit 166a67c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

examples/namespace_package/Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/namespace_package/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ edition = "2018"
77
crate-type = ["cdylib", "rlib"]
88

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

0 commit comments

Comments
 (0)