xref: /DragonOS/user/apps/test_ebpf/syscall_ebpf/syscall_ebpf-ebpf/rust-toolchain.toml (revision 7c28051e8c601312d3d0fd7bcb71bc71450d10c0)
1[toolchain]
2channel = "nightly-2024-11-05"
3# The source code of rustc, provided by the rust-src component, is needed for
4# building eBPF programs.
5components = [
6    "cargo",
7    "clippy",
8    "rust-docs",
9    "rust-src",
10    "rust-std",
11    "rustc",
12    "rustfmt",
13]
14