Skip to content

Commit

Permalink
set version to 2023-09-01
Browse files Browse the repository at this point in the history
  • Loading branch information
AuYang261 committed Oct 12, 2023
1 parent 70f062c commit 367f0c3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build CI
on: [push, pull_request]

env:
rust-toolchain: 1.74.0-nightly
rust-toolchain: nightly-2023-09-01

jobs:
clippy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build & Deploy docs
on: [push, pull_request]

env:
rust-toolchain: 1.74.0-nightly
rust-toolchain: nightly-2023-09-01

jobs:
doc:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

env:
qemu-version: 7.1.0
rust-toolchain: 1.74.0-nightly
rust-toolchain: nightly-2023-09-01

jobs:
unit-test:
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"
channel = "nightly"
channel = "nightly-2023-09-01"
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]
targets = ["x86_64-unknown-none", "riscv64gc-unknown-none-elf", "aarch64-unknown-none-softfloat"]

0 comments on commit 367f0c3

Please sign in to comment.