Skip to content

Commit 806e30f

Browse files
committedSep 26, 2024
pin rust version for tests
1 parent 82ebdf2 commit 806e30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: dtolnay/rust-toolchain@stable
13+
- uses: dtolnay/rust-toolchain@1.81.0
1414
- run: cargo build
1515
- run: cargo test
1616

0 commit comments

Comments
 (0)
Please sign in to comment.