Skip to content

Commit 2a07e1c

Browse files
committed
fixup
1 parent 291e6dd commit 2a07e1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- uses: actions/checkout@v4
46-
- uses: dtolnay/rust-toolchain@stable
4746
- uses: EmbarkStudios/cargo-deny-action@v1
47+
with:
48+
rust-version: stable
4849

4950
msrv:
5051
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)