Merge pull request #72 from joshuataylor/feature/rust-toolchain-defaults
Add rust-src to -ebpf componentspull/71/head
commit
7fe5a39b7c
@ -1,2 +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