Skip to content

Commit ff20caa

Browse files
committed
Merge branch 'main' into fix-matches
2 parents 4c2a24c + 7cb064c commit ff20caa

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.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

editors/code/src/bootstrap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)