Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feike/toolchain fix #343

Merged
merged 1 commit into from
Jun 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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