Skip to content

Commit 3108878

Browse files
committed
doc: upgrade to Rust 1.58.0
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 8253ccf commit 3108878

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.57.0 rustc --version
39+
rustc (optional) 1.58.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.57.0
29+
rustup override set 1.58.0
3030

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

0 commit comments

Comments
 (0)