mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-22 00:04:31 +03:00
docs: rm outdated msrv in install instructions
This commit is contained in:
parent
7f15685517
commit
d43fbfd642
@ -17,8 +17,9 @@ Build dependencies:
|
||||
* zlib1g
|
||||
|
||||
In addition a recent Rust toolchain is required (rustc, cargo), either by using
|
||||
[rustup](https://rustup.rs/) or make sure to use a distribution where rustc (>=1.65)
|
||||
is available.
|
||||
[rustup](https://rustup.rs/) or make sure to use a distribution where a recent
|
||||
enough rustc is available. Please check `rust-version` in `Cargo.toml` to see
|
||||
the minimum supported Rust version (MSRV).
|
||||
|
||||
``` shell
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path
|
||||
|
Loading…
Reference in New Issue
Block a user