-
Notifications
You must be signed in to change notification settings - Fork 214
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
Update README for Rust 1.59 strip feature #34
Conversation
currently |
|
Thanks @memoryruins. We'll hold off updating the docs here until the 1.59 release then. |
README.md
Outdated
|
||
![Minimum Rust: Nightly](https://img.shields.io/badge/Minimum%20Rust%20Version-nightly%201.45.0-orange.svg) | ||
![Minimum Rust: 1.58](https://img.shields.io/badge/Minimum%20Rust%20Version-1.58-brightgreen.svg) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this needs to be 1.59
.
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. |
can be merged now |
Thanks all! |
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.
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 PR closes #33