Skip to content

Commit

Permalink
doc: upgrade to Rust 1.58.0
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Ojeda <[email protected]>
  • Loading branch information
ojeda committed Jan 13, 2022
1 parent 8253ccf commit 3108878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/process/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ know what you are doing, use the exact version listed here. Please see
====================== =============== ========================================
GNU C 5.1 gcc --version
Clang/LLVM (optional) 10.0.1 clang --version
rustc (optional) 1.57.0 rustc --version
rustc (optional) 1.58.0 rustc --version
bindgen (optional) 0.56.0 bindgen --version
GNU make 3.81 make --version
binutils 2.23 ld -v
Expand Down
2 changes: 1 addition & 1 deletion Documentation/rust/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Rust features.
If ``rustup`` is being used, enter the checked out source code directory
and run::

rustup override set 1.57.0
rustup override set 1.58.0

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

Expand Down

0 comments on commit 3108878

Please sign in to comment.