mirror of
https://github.com/rust-lang/book.git
synced 2026-09-11 10:24:18 -04:00
Update to Rust 1.90
This commit is contained in:
committed by
Carol (Nichols || Goulding)
parent
6c890c7160
commit
f660f34188
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -12,8 +12,8 @@ jobs:
|
||||
- name: Install Rust
|
||||
run: |
|
||||
rustup set profile minimal
|
||||
rustup toolchain install 1.89 -c rust-docs
|
||||
rustup default 1.89
|
||||
rustup toolchain install 1.90 -c rust-docs
|
||||
rustup default 1.90
|
||||
- name: Install mdbook
|
||||
run: |
|
||||
mkdir bin
|
||||
@@ -47,8 +47,8 @@ jobs:
|
||||
- name: Install Rust
|
||||
run: |
|
||||
rustup set profile minimal
|
||||
rustup toolchain install 1.89 -c rust-docs
|
||||
rustup default 1.89
|
||||
rustup toolchain install 1.90 -c rust-docs
|
||||
rustup default 1.90
|
||||
- name: Run `tools` package tests
|
||||
run: |
|
||||
cargo test
|
||||
|
||||
Reference in New Issue
Block a user