Skip to content

Commit 0bfca69

Browse files
committed
Switch to basic nightly
1 parent 68c7f4e commit 0bfca69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555
# The version of this toolchain doesn't matter much. It's only used to
5656
# generate the minimal-versions lockfile, not to actually run `cargo
5757
# check`.
58-
toolchain: nightly-2021-01-05
58+
toolchain: nightly
5959
components: rustfmt, clippy
6060
- uses: dtolnay/rust-toolchain@b44cb146d03e8d870c57ab64b80f04586349ca5d
6161
with:
6262
toolchain: ${{ env.rust_version }}
6363
- run: rustup default ${{ env.rust_version }}
64-
- run: cargo +nightly-2021-01-05 -Z minimal-versions generate-lockfile
64+
- run: cargo +nightly -Z minimal-versions generate-lockfile
6565
- run: cargo check
6666

6767
test:

0 commit comments

Comments
 (0)