Skip to content

Commit

Permalink
Merge pull request #878 from messense/update-pyo3
Browse files Browse the repository at this point in the history
Update pyo3 to 0.16.4
  • Loading branch information
messense authored Apr 15, 2022
2 parents 453563b + 4f7ea5b commit 2558793
Show file tree
Hide file tree
Showing 21 changed files with 171 additions and 171 deletions.
36 changes: 18 additions & 18 deletions test-crates/lib_with_disallowed_lib/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 test-crates/lib_with_disallowed_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ crate-type = ["cdylib"]

[dependencies]
libz-sys = { version = "1.1.2", default-features = false }
pyo3 = { version = "0.16.3", features = ["extension-module"] }
pyo3 = { version = "0.16.4", features = ["extension-module"] }
2 changes: 1 addition & 1 deletion test-crates/lib_with_path_dep/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ crate-type = ["cdylib"]

[dependencies]
# Don't use the macros feature, which makes compilation much faster
pyo3 = { version = "0.16.3", default-features = false, features = ["extension-module"] }
pyo3 = { version = "0.16.4", default-features = false, features = ["extension-module"] }
some_path_dep = { path = "../some_path_dep" }
36 changes: 18 additions & 18 deletions test-crates/pyo3-abi3-without-version/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 test-crates/pyo3-abi3-without-version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["konstin <[email protected]>"]
edition = "2018"

[dependencies]
pyo3 = { version = "0.16.3", features = ["abi3", "extension-module"] }
pyo3 = { version = "0.16.4", features = ["abi3", "extension-module"] }

[lib]
name = "pyo3_abi3_without_version"
Expand Down
36 changes: 18 additions & 18 deletions test-crates/pyo3-feature/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 test-crates/pyo3-feature/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ version = "0.7.3"
edition = "2018"

[dependencies]
pyo3 = { version = "0.16.3", optional = true }
pyo3 = { version = "0.16.4", optional = true }
Loading

0 comments on commit 2558793

Please sign in to comment.