Merge pull request #72 from joshuataylor/feature/rust-toolchain-defaults

Add rust-src to -ebpf components
pull/71/head
Michal Rostecki 2 years ago committed by GitHub
commit 7fe5a39b7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,2 +1,5 @@
[toolchain] [toolchain]
channel="nightly-2023-01-10" 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…
Cancel
Save