Skip to content

Commit 8830cb5

Browse files
committed
rust: docs: update to 1.55.0
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 6067545 commit 8830cb5

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 4.9 gcc --version
3838
Clang/LLVM (optional) 10.0.1 clang --version
39-
rustc (optional) 1.54.0 rustc --version
39+
rustc (optional) 1.55.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
@@ -29,7 +29,7 @@ may not work because, for the moment, we depend on some unstable Rust features.
2929
If you are using ``rustup``, enter the checked out source code directory
3030
and run::
3131

32-
rustup override set 1.54.0
32+
rustup override set 1.55.0
3333

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

0 commit comments

Comments
 (0)