Skip to content

Commit bf929f9

Browse files
committed
Update release.yml to use 1.87
1 parent 8636292 commit bf929f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
rust-toolchain: ["1.86"]
12+
rust-toolchain: ["1.87"]
1313
os: [ubuntu-24.04, macos-14, windows-2022]
1414
arch: [amd64, arm64]
1515
exclude:

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
submodules: true
2121
- name: Install Rust
22-
run: rustup update --no-self-update 1.86 && rustup default 1.86
22+
run: rustup update --no-self-update 1.87 && rustup default 1.87
2323
shell: bash
2424
- name: Add wasm32-wasip1 Rust target
2525
run: rustup target add wasm32-wasip1
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
submodules: true
6464
- name: Install Rust
65-
run: rustup update --no-self-update 1.86 && rustup default 1.86
65+
run: rustup update --no-self-update 1.87 && rustup default 1.87
6666
shell: bash
6767
- name: Add wasm32-wasip1 Rust target
6868
run: rustup target add wasm32-wasip1
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
submodules: true
9090
- name: Install Rust
91-
run: rustup update 1.86 && rustup default 1.86
91+
run: rustup update 1.87 && rustup default 1.87
9292
shell: bash
9393
- name: Check crates can be published
9494
run: cargo publish --dry-run --package=viceroy-lib

0 commit comments

Comments
 (0)