Skip to content

Commit 4e0842f

Browse files
committed
update toolchain
Signed-off-by: Godones <chenlinfeng25@outlook.com>
1 parent 2375d7a commit 4e0842f

File tree

4 files changed

+3
-16
lines changed

4 files changed

+3
-16
lines changed

.cargo/config.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@ cargo-features = ["edition2024"]
22
[profile.release]
33
strip = true
44
debug = false
5-
#incremental = true
6-
#debug = true
7-
#opt-level = 3
8-
#lto = true

rust-toolchain.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "nightly-2025-05-01"
3-
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]
4-
targets = ["riscv64gc-unknown-none-elf"]
2+
profile = "minimal"
3+
channel = "nightly-2025-05-20"
4+
components = ["rust-src", "llvm-tools", "rustfmt", "clippy"]

user/.cargo/config.toml

Lines changed: 0 additions & 5 deletions
This file was deleted.

user/musl/rust-toolchain.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)