Skip to content

Commit 40be925

Browse files
committed
Make sure to use nightly toolchains that support 2024 Edition
1 parent 142af82 commit 40be925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
toolchain:
26-
- 1.81.0
27-
- stable
26+
- 1.85.0-nightly
27+
- nightly
2828

2929
steps:
3030
- name: Checkout

0 commit comments

Comments
 (0)