Skip to content

Commit 078c3dc

Browse files
committed
Bump the expected Verus version in anticipation of the release resulting
from verus-lang/verus@870102f42
1 parent f067aba commit 078c3dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/verus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

editors/code/src/bootstrap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ const execFileAsync = promisify(execFile);
241241
export 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();

0 commit comments

Comments
 (0)