Merged
Conversation
This attempts to be clearer about the requirements for crates.io publishing. This also includes some other clarifications around various fields and specifying dependencies. Closes rust-lang#3971 Closes rust-lang#7055
…ld from scratch. Closes rust-lang#3062
|
r? @Eh2406 (rust_highfive has picked a reviewer for you, use r? to override) |
Eh2406
requested changes
Dec 22, 2019
Contributor
Eh2406
left a comment
There was a problem hiding this comment.
Looks like maybe you did not add the new overriding-dependencies.md to this commit, or I am just misunderstanding.
Contributor
Author
Oh thanks! Fixed. |
Contributor
|
@bors r+ |
Contributor
|
📌 Commit 493eb34 has been approved by |
Contributor
bors
added a commit
that referenced
this pull request
Dec 22, 2019
Various doc updates This is a collection of documentation updates that have been in my todo list for a while. Each change is in a separate commit. The "features" chapter will probably get significant changes in the future, as it is pretty bare right now. Similarly the "workspace" chapter could probably use more examples. Closes #3062 Closes #3817 Closes #3971 Closes #4212 Closes #4438 Closes #4756 Closes #5822 Closes #6913 Closes #7055
Contributor
|
☀️ Test successful - checks-azure |
bors
added a commit
that referenced
this pull request
Mar 10, 2020
Support old html anchors in manifest chapter. #7733 unintentionally broke some old HTML anchors in the manifest chapter. This would cause any links out in the wild to not scroll to the correct position. Unfortunately it is too late for the 1.42 release. However, I'd like to backport this for 1.43.
phil-opp
added a commit
to phil-opp/blog_os
that referenced
this pull request
Mar 13, 2020
Move occured in rust-lang/cargo#7733 and was just released together with Rust 1.42.
ehuss
pushed a commit
to ehuss/cargo
that referenced
this pull request
Mar 16, 2020
…crichton Support old html anchors in manifest chapter. rust-lang#7733 unintentionally broke some old HTML anchors in the manifest chapter. This would cause any links out in the wild to not scroll to the correct position. Unfortunately it is too late for the 1.42 release. However, I'd like to backport this for 1.43.
Closed
13 tasks
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.
This is a collection of documentation updates that have been in my todo list for a while. Each change is in a separate commit.
The "features" chapter will probably get significant changes in the future, as it is pretty bare right now. Similarly the "workspace" chapter could probably use more examples.
Closes #3062
Closes #3817
Closes #3971
Closes #4212
Closes #4438
Closes #4756
Closes #5822
Closes #6913
Closes #7055