Skip to content

Commit

Permalink
Bump rust to version 1.77.0-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfcyx committed Jan 20, 2024
1 parent 90918b9 commit 7aa67f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

env:
CARGO_TERM_COLOR: always
rust_toolchain: nightly-2023-10-09
rust_toolchain: nightly-2024-01-18

jobs:
build-doc:
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
profile = "minimal"
# use the nightly version of the last stable toolchain, see <https://forge.rust-lang.org/>
channel = "nightly-2023-10-09"
channel = "nightly-2024-01-18"
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]

0 comments on commit 7aa67f8

Please sign in to comment.