-
-
Notifications
You must be signed in to change notification settings - Fork 436
Docs/add rust version requirement #3644
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
Docs/add rust version requirement #3644
Conversation
|
I fear that we'll forget about updating the rust version in docs when we push the min version :D |
|
your point is absolutely valid we can do one thing instead explicitly point one version we can ask to update the rust version if it become old |
|
We shoudl eitehr check it's the same as in |
|
Yes sir , |
|
yeah just a simple info is fine. Anyd maybe link to the cargo.toml of libafl crate so it's easy to check what the current min version is |
|
otherwise looks good! :) |
9559965 to
ca9c5f0
Compare
|
@domenukk sir done the all changes |

Description
This PR updates the documentation to clarify the minimum supported Rust version (
1.89.0) and adds instructions to update Rust usingrustup update stablewhen an older version is installed.Checklist
./scripts/precommit.shand addressed all comments