File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525 - name : Install Rust Toolchain
2626 run : |
2727 rustup update --no-self-update stable
28- rustup install 1.93.0 -x86_64-unknown-linux-gnu
28+ rustup install 1.93.1 -x86_64-unknown-linux-gnu
2929
3030 - name : Get the URL for the latest Verus release
3131 id : verus-release-info
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ export async function validRustToolchain(): Promise<Boolean> {
242242 // TODO: Add a config flag for the expected toolchain version
243243 const TOOLCHAIN_FULL = 1 ;
244244 const TOOLCHAIN_MAJOR = 93 ;
245- const TOOLCHAIN_MINOR = 0 ;
245+ const TOOLCHAIN_MINOR = 1 ;
246246
247247 const { path : rustup_executable } = await findRustup ( ) ;
248248 if ( ! rustup_executable ) {
You can’t perform that action at this time.
0 commit comments