Skip to content

Commit 4e0053a

Browse files
committed
chore: lock rust version
1 parent 0e21779 commit 4e0053a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: hecrj/setup-rust-action@v1
2525
with:
2626
components: clippy
27+
rust-version: nightly-2022-06-22
2728
- uses: actions/checkout@v2
2829
- run: cargo clippy --all-targets --all-features -- -D warnings
2930

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
stable
1+
nightly-2022-06-22

0 commit comments

Comments
 (0)