Skip to content

Commit

Permalink
Document the current required toolchain version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
feikesteenbergen committed Jun 23, 2023
1 parent b6c41d7 commit e777ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ src = "src"
title = "PL/Rust Guide"

[preprocessor.variables.variables]
toolchain_ver = "1.67.1"
toolchain_ver = "1.70.0"
2 changes: 1 addition & 1 deletion doc/src/install-prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ rustc -V
The output from `rustc -V` should look similar to the following example.

```
rustc {{toolchain_ver}} (d5a82bbd2 2023-02-07)
rustc {{toolchain_ver}} (90c541806 2023-05-31)
```

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

0 comments on commit e777ea0

Please sign in to comment.