mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +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
|
* zlib1g
|
||||||
|
|
||||||
In addition a recent Rust toolchain is required (rustc, cargo), either by using
|
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)
|
[rustup](https://rustup.rs/) or make sure to use a distribution where a recent
|
||||||
is available.
|
enough rustc is available. Please check `rust-version` in `Cargo.toml` to see
|
||||||
|
the minimum supported Rust version (MSRV).
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path
|
||||||
|
Loading…
Reference in New Issue
Block a user