Skip to content

Commit 1d48965

Browse files
feikesteenbergeneeeebbbbrrrr
authored andcommitted
Document the current required toolchain version (#343)
1 parent 7ce4318 commit 1d48965

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)