mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 14:16:47 +00:00
* chore: update toolchain version to 2024-11-05 * update dragon reach to e945c217b3 * update dog to 6f2c0c8f12 --------- Co-authored-by: longjin <longjin@DragonOS.org>
14 lines
268 B
TOML
14 lines
268 B
TOML
[toolchain]
|
|
channel = "nightly-2024-11-05"
|
|
# The source code of rustc, provided by the rust-src component, is needed for
|
|
# building eBPF programs.
|
|
components = [
|
|
"cargo",
|
|
"clippy",
|
|
"rust-docs",
|
|
"rust-src",
|
|
"rust-std",
|
|
"rustc",
|
|
"rustfmt",
|
|
]
|