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.91 .0-x86_64-unknown-linux-gnu
28+ rustup install 1.92 .0-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 @@ -241,7 +241,7 @@ const execFileAsync = promisify(execFile);
241241export async function validRustToolchain ( ) : Promise < Boolean > {
242242 // TODO: Add a config flag for the expected toolchain version
243243 const TOOLCHAIN_FULL = 1 ;
244- const TOOLCHAIN_MAJOR = 91 ;
244+ const TOOLCHAIN_MAJOR = 92 ;
245245 const TOOLCHAIN_MINOR = 0 ;
246246
247247 const { path : rustup_executable } = await findRustup ( ) ;
You can’t perform that action at this time.
0 commit comments