We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce4318 commit 1d48965Copy full SHA for 1d48965
doc/book.toml
@@ -6,4 +6,4 @@ src = "src"
6
title = "PL/Rust Guide"
7
8
[preprocessor.variables.variables]
9
-toolchain_ver = "1.67.1"
+toolchain_ver = "1.70.0"
doc/src/install-prerequisites.md
@@ -111,7 +111,7 @@ rustc -V
111
The output from `rustc -V` should look similar to the following example.
112
113
```
114
-rustc {{toolchain_ver}} (d5a82bbd2 2023-02-07)
+rustc {{toolchain_ver}} (90c541806 2023-05-31)
115
116
117
Use `rustup default` to check that the explicit version of `rustc` is
0 commit comments