Skip to content

Commit e945c21

Browse files
authored
chore: upgrade rust version to 2024-11-05 (#48)
Signed-off-by: longjin <[email protected]>
1 parent 2069cc0 commit e945c21

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/cache-toolchain.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
rustup component add rust-src
3636
rustup component add llvm-tools-preview
3737
rustup target add x86_64-unknown-none
38-
rustup component add rust-src --toolchain nightly-2023-08-15-x86_64-unknown-linux-gnu
38+
rustup component add rust-src --toolchain nightly-2024-11-05-x86_64-unknown-linux-gnu
3939
rustup component add rustfmt
4040
41-
rustup toolchain install nightly-2023-08-15-x86_64-unknown-linux-gnu
42-
rustup component add rust-src --toolchain nightly-2023-08-15-x86_64-unknown-linux-gnu
43-
rustup target add x86_64-unknown-linux-musl --toolchain nightly-2023-08-15-x86_64-unknown-linux-gnu
41+
rustup toolchain install nightly-2024-11-05-x86_64-unknown-linux-gnu
42+
rustup component add rust-src --toolchain nightly-2024-11-05-x86_64-unknown-linux-gnu
43+
rustup target add x86_64-unknown-linux-musl --toolchain nightly-2024-11-05-x86_64-unknown-linux-gnu
4444
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
4545
4646
cargo install dadk --version 0.1.2

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The toolchain we use.
22
# You can get it by running DragonOS' `tools/bootstrap.sh`
3-
TOOLCHAIN="+nightly-2023-08-15-x86_64-unknown-linux-gnu"
3+
TOOLCHAIN="+nightly-2024-11-05-x86_64-unknown-linux-gnu"
44
RUSTFLAGS+=""
55

66
ifdef DADK_CURRENT_BUILD_DIR

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2023-08-15"
2+
channel = "nightly-2024-11-05"
33
components = ["rust-src"]

0 commit comments

Comments
 (0)