Skip to content

Commit 3784ee8

Browse files
committed
docs: require Rust 1.57.0
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent b88b421 commit 3784ee8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/process/changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ know what you are doing, use the exact version listed here. Please see
3636
====================== =============== ========================================
3737
GNU C 5.1 gcc --version
3838
Clang/LLVM (optional) 10.0.1 clang --version
39-
rustc (optional) 1.56.0 rustc --version
39+
rustc (optional) 1.57.0 rustc --version
4040
bindgen (optional) 0.56.0 bindgen --version
4141
GNU make 3.81 make --version
4242
binutils 2.23 ld -v

Documentation/rust/quick-start.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Rust features.
2626
If ``rustup`` is being used, enter the checked out source code directory
2727
and run::
2828

29-
rustup override set 1.56.0
29+
rustup override set 1.57.0
3030

3131
Otherwise, fetch a standalone installer or install ``rustup`` from:
3232

0 commit comments

Comments
 (0)