Merge pull request #4 from alessandrod/cargo-toml-target

ebpf: set target and enable -Z build-std in .cargo/config.toml
pull/9/head
Dave Tucker 3 years ago committed by GitHub
commit 60badbcc73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,2 +1,6 @@
[build]
target-dir = "../target"
target = "bpfel-unknown-none"
[unstable]
build-std = ["core"]
Loading…
Cancel
Save