mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-22 01:16:26 +04:00
Bump rust to version 1.77.0-nightly
This commit is contained in:
parent
5dbec9ebbd
commit
8c3f6c2ee5
2
.github/workflows/doc-and-test.yml
vendored
2
.github/workflows/doc-and-test.yml
vendored
@ -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:
|
||||
|
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user