File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ runs:
3939 ~/.cargo/git/db/
4040 target/
4141 ~/.rustup/
42- key : rust-1.85 .0-${{ hashFiles('**/Cargo.toml') }}
43- restore-keys : rust-1.85 .0-
42+ key : rust-1.86 .0-${{ hashFiles('**/Cargo.toml') }}
43+ restore-keys : rust-1.86 .0-
4444
4545 - name : Setup toolchain
4646 id : rustc-toolchain
4747 shell : bash
4848 run : |
49- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.85 .0 -y
49+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.86 .0 -y
5050 rustup install nightly
5151
5252 - name : " Install sp1up"
Original file line number Diff line number Diff line change @@ -89,11 +89,11 @@ jobs:
8989 uses : actions-rs/cargo@v1
9090 with :
9191 command : test
92- toolchain : 1.85 .0
92+ toolchain : 1.86 .0
9393 args : --release
9494 env :
9595 RUST_BACKTRACE : 1
96- RUSTUP_TOOLCHAIN : 1.85 .0
96+ RUSTUP_TOOLCHAIN : 1.86 .0
9797
9898 cargo-lint :
9999 name : Cargo Lint
You can’t perform that action at this time.
0 commit comments