Skip to content

Commit

Permalink
switch to latest nightly version (instead of an old pinned one)
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed Sep 7, 2023
1 parent 42f9904 commit 37fb253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

env:
CARGO_TERM_COLOR: always
RUST_TOOLCHAIN: nightly-2023-07-08
RUST_TOOLCHAIN: nightly

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly-2023-07-08"
channel = "nightly"

0 comments on commit 37fb253

Please sign in to comment.