about summary refs log tree commit diff
path: root/fs-tracer-ebpf/rust-toolchain.toml
blob: 24ce3918366eb25a8f4bd46332d4f8483018fa0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[toolchain]
channel = "nightly"
# 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",
]