rust-toolchain: Add a comment about rust-src
Signed-off-by: Michal Rostecki <vadorovsky@gmail.com>pull/72/head
parent
35d480a341
commit
3fdfd8b200
@ -1,3 +1,5 @@
|
||||
[toolchain]
|
||||
channel="nightly-2023-01-10"
|
||||
# The source code of rustc, provided by the rust-src component, is needed for
|
||||
# building eBPF programs.
|
||||
components = [ "rustc", "rust-std", "cargo", "rust-docs", "rustfmt", "clippy", "rust-src" ]
|
||||
|
Loading…
Reference in New Issue