Skip to content

Commit 06156e6

Browse files
Document the current required toolchain version
In commit 4f71dd5 the default version is bumped to 1.70.0, yet these instructions still carry the old version. Using 1.67.1 fails using the current latest release tag, wherease 1.70.0 succeeds.
1 parent 7ce4318 commit 06156e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ src = "src"
66
title = "PL/Rust Guide"
77

88
[preprocessor.variables.variables]
9-
toolchain_ver = "1.67.1"
9+
toolchain_ver = "1.70.0"

doc/src/install-prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ rustc -V
111111
The output from `rustc -V` should look similar to the following example.
112112

113113
```
114-
rustc {{toolchain_ver}} (d5a82bbd2 2023-02-07)
114+
rustc {{toolchain_ver}} (90c541806 2023-05-31)
115115
```
116116

117117
Use `rustup default` to check that the explicit version of `rustc` is

0 commit comments

Comments
 (0)