Skip to content

Commit 5903ea5

Browse files
authored
Merge pull request #374 from PyO3/dependabot/cargo/examples/rust_with_cffi/pyo3-0.20.0
build(deps): bump pyo3 from 0.19.2 to 0.20.0 in /examples/rust_with_cffi
2 parents 1c26f17 + ce0675d commit 5903ea5

File tree

2 files changed

+33
-29
lines changed

2 files changed

+33
-29
lines changed

examples/rust_with_cffi/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/rust_with_cffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Alex Gaynor <[email protected]>"]
55
edition = "2018"
66

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

1010
[lib]
1111
name = "rust_with_cffi"

0 commit comments

Comments
 (0)