Skip to content

Commit eab1818

Browse files
authored
Merge pull request #376 from PyO3/dependabot/cargo/examples/hello-world/pyo3-0.20.0
build(deps): bump pyo3 from 0.19.2 to 0.20.0 in /examples/hello-world
2 parents 5903ea5 + af3a81f commit eab1818

File tree

2 files changed

+25
-28
lines changed

2 files changed

+25
-28
lines changed

examples/hello-world/Cargo.lock

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

examples/hello-world/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

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

1111
[profile.release-lto]
1212
inherits = "release"

0 commit comments

Comments
 (0)