Skip to content

Commit 384a001

Browse files
committed
fix: Use stable rust
1 parent b40534f commit 384a001

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- name: Install Rust toolchain
4848
uses: actions-rs/toolchain@v1
4949
with:
50+
toolchain: stable
5051
profile: minimal
5152
override: true
5253

@@ -88,6 +89,7 @@ jobs:
8889
- name: Install Rust toolchain
8990
uses: actions-rs/toolchain@v1
9091
with:
92+
toolchain: stable
9193
profile: minimal
9294
override: true
9395

0 commit comments

Comments
 (0)