Skip to content

Commit

Permalink
Document the current required toolchain version (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
feikesteenbergen authored Jun 23, 2023
1 parent b6c41d7 commit 5f83042
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 5f83042

Please sign in to comment.