Skip to content

Commit 4fdc585

Browse files
Use rust-toolchain to ensure minimum rust version
Signed-off-by: Florentin Dubois <[email protected]>
1 parent 3beafdd commit 4fdc585

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
rust:
12+
- 1.60.0
1213
- stable
1314
- beta
1415
- nightly
@@ -30,6 +31,7 @@ jobs:
3031
fail-fast: true
3132
matrix:
3233
rust:
34+
- 1.60.0
3335
- stable
3436
- beta
3537
- nightly

rust-toolchain

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.60.0

0 commit comments

Comments
 (0)