-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
temporarily use latest maturin commit to see whether issues are resolved
- Loading branch information
Showing
6 changed files
with
872 additions
and
431 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule maturin
updated
23 files
+8 −4 | .github/workflows/release.yml | |
+270 −387 | Cargo.lock | |
+14 −10 | Cargo.toml | |
+1 −1 | Changelog.md | |
+1 −1 | Dockerfile | |
+1 −0 | deny.toml | |
+55 −4 | maturin.schema.json | |
+1 −1 | pyproject.toml | |
+76 −16 | src/build_context.rs | |
+118 −99 | src/build_options.rs | |
+71 −64 | src/ci.rs | |
+22 −16 | src/compile.rs | |
+40 −23 | src/develop.rs | |
+1 −1 | src/lib.rs | |
+1 −1 | src/main.rs | |
+6 −3 | src/module_writer.rs | |
+7 −3 | src/new_project.rs | |
+1 −1 | src/project_layout.rs | |
+39 −2 | src/pyproject_toml.rs | |
+16 −5 | src/python_interpreter/config.rs | |
+123 −8 | src/python_interpreter/mod.rs | |
+3 −3 | tests/common/integration.rs | |
+1 −1 | tests/common/other.rs |
Oops, something went wrong.