Update to Rust 1.90

This commit is contained in:
Carol (Nichols || Goulding)
2025-10-27 21:27:38 -04:00
committed by Carol (Nichols || Goulding)
parent 6c890c7160
commit f660f34188
20 changed files with 66 additions and 45 deletions

View File

@@ -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