Update README for Rust 1.59 strip feature#34
Merged
johnthagen merged 2 commits intojohnthagen:masterfrom Feb 26, 2022
Merged
Conversation
Contributor
Author
|
currently |
|
|
Owner
|
Thanks @memoryruins. We'll hold off updating the docs here until the 1.59 release then. |
yerke
reviewed
Jan 18, 2022
README.md
Outdated
| [Cargo has `strip` functionality built in](https://doc.rust-lang.org/cargo/reference/profiles.html#strip): | ||
|
|
||
|  | ||
|  |
|
I have created PR #35 that can be merged before release 1.59 (2022-02-24) with info on how to use strip with stable release 1.58 and info about cargo feature in 1.59. |
Contributor
Author
|
can be merged now |
Owner
Owner
|
Thanks all! |
edmorley
added a commit
to edmorley/min-sized-rust
that referenced
this pull request
Feb 26, 2022
Enables strip in the example `Cargo.toml` files in this repository, per the recommendation now in README after johnthagen#34. The reminder to `strip` has been removed from the README, since the examples will now do that automatically.
johnthagen
pushed a commit
that referenced
this pull request
Feb 26, 2022
Enables strip in the example `Cargo.toml` files in this repository, per the recommendation now in README after #34. The reminder to `strip` has been removed from the README, since the examples will now do that automatically.
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 PR closes #33