Update documentation for workspace inheritance#10611
Merged
bors merged 1 commit intorust-lang:masterfrom Apr 28, 2022
Merged
Conversation
8938194 to
52476d0
Compare
epage
reviewed
Apr 28, 2022
Contributor
epage
left a comment
There was a problem hiding this comment.
Thanks for getting this written up!
52476d0 to
dbf05b2
Compare
epage
reviewed
Apr 28, 2022
Contributor
epage
left a comment
There was a problem hiding this comment.
Documentation is always the hardest part but we're getting closer!
dbf05b2 to
28fae8d
Compare
epage
reviewed
Apr 28, 2022
28fae8d to
9ed3276
Compare
Contributor
|
@bors r+ |
Contributor
|
📌 Commit 9ed3276 has been approved by |
Contributor
Contributor
|
☀️ Test successful - checks-actions |
12 tasks
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 4, 2022
Update cargo 7 commits in f63f23ff1f1a12ede8585bbd1bbf0c536e50293d..a44758ac805600edbb6ba51e7e6fb81a6077c0cd 2022-04-28 03:15:50 +0000 to 2022-05-04 02:29:34 +0000 - Add support for `-Zbuild-std` to `cargo fetch` (rust-lang/cargo#10129) - Migrate tests of `cargo-init` to snapbox (rust-lang/cargo#10620) - dedupe toml_edit crate, followup rust-lang/cargo#10603 (rust-lang/cargo#10619) - Update GitHub Actions actions/checkout@v2 to v3 (rust-lang/cargo#10618) - Integrate snapbox in with cargo-test-support (rust-lang/cargo#10581) - Fix zsh completion (rust-lang/cargo#10613) - Update documentation for workspace inheritance (rust-lang/cargo#10611)
This file contains hidden or 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
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.
Tracking issue: #8415
RFC: rust-lang/rfcs#2906
This updates documentation about workspace inheritance in the Cargo Book. This is meant to move the documentation into a state that is acceptable to move after stabilization. It currently proposes adding sections to
workspaces.mdandspecifying-dependencies.md.r? @epage