-
-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Cargo workspace dependencies inheritance #1123
Merged
Conversation
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
✅ Deploy Preview for maturin-guide ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
messense
force-pushed
the
workspace-inheritance
branch
from
September 23, 2022 03:09
84e52cd
to
9cdc479
Compare
messense
commented
Sep 23, 2022
messense
commented
Sep 23, 2022
messense
force-pushed
the
workspace-inheritance
branch
from
September 23, 2022 09:04
9cdc479
to
a5b088e
Compare
messense
force-pushed
the
workspace-inheritance
branch
from
September 25, 2022 02:19
a5b088e
to
0356306
Compare
messense
changed the title
Add support for Cargo workspace inheritance
Add support for Cargo workspace dependencies inheritance
Sep 25, 2022
messense
force-pushed
the
workspace-inheritance
branch
from
September 25, 2022 03:08
0356306
to
2ef4419
Compare
messense
force-pushed
the
workspace-inheritance
branch
from
September 25, 2022 03:52
2ef4419
to
3b64452
Compare
bmwiedemann
pushed a commit
to bmwiedemann/openSUSE
that referenced
this pull request
Sep 30, 2022
https://build.opensuse.org/request/show/1007049 by user mia + RBrownFactory - Update to v0.13.5 * Fix resolving crate name bug gh#PyO3/maturin#1142 - Changes in v0.13.4: * Fix Cargo.toml in new project template gh#PyO3/maturin#1109 * Fix maturin develop on Windows when using Python installed from msys2 gh#PyO3/maturin#1112 * Fix duplicated Cargo.toml of local dependencies in sdist gh#PyO3/maturin#1114 * Add support for Cargo workspace dependencies inheritance gh#PyO3/maturin#1123 * Add support for Cargo workspace metadata inheritance gh#PyO3/maturin#1131 * Use goblin instead of shelling out to patchelf to get rpath gh#PyO3/maturin#1139 - Changes in v0.13.3: * Allow user to override default Emscripten settings gh#PyO3/maturin#1059 * Enable --crate-type cdylib on Rust 1.64.0 gh#PyO3/maturin#1060 * Update MSR
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#inheriting-a-dependency-from-a-workspace
Closes #1122