Update to Rust 1.87

This commit is contained in:
Carol (Nichols || Goulding)
2025-10-27 20:54:50 -04:00
committed by Carol (Nichols || Goulding)
parent 92371d4d36
commit 3aa68a3411
11 changed files with 14 additions and 23 deletions
+4 -4
View File
@@ -12,8 +12,8 @@ jobs:
- name: Install Rust
run: |
rustup set profile minimal
rustup toolchain install 1.86 -c rust-docs
rustup default 1.86
rustup toolchain install 1.87 -c rust-docs
rustup default 1.87
- name: Install mdbook
run: |
mkdir bin
@@ -47,8 +47,8 @@ jobs:
- name: Install Rust
run: |
rustup set profile minimal
rustup toolchain install 1.86 -c rust-docs
rustup default 1.86
rustup toolchain install 1.87 -c rust-docs
rustup default 1.87
- name: Run `tools` package tests
run: |
cargo test