Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 6 additions & 23 deletions test-crates/pyo3-no-extension-module/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-no-extension-module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
# We pin pyo3 to 0.25.0 here because newer versions (0.26+) use PYO3_BUILD_EXTENSION_MODULE
# environment variable which maturin sets, effectively preventing the "links libpython" error
# even if extension-module feature is missing.
pyo3 = { version = "0.25.0", default-features = false }
pyo3 = { version = "0.29.0", default-features = false }

[lib]
name = "pyo3_no_extension_module"
Expand Down
Loading