Merge pull request #4 from alessandrod/cargo-toml-target
ebpf: set target and enable -Z build-std in .cargo/config.tomlpull/9/head
commit
60badbcc73
@ -1,2 +1,6 @@
|
|||||||
[build]
|
[build]
|
||||||
target-dir = "../target"
|
target-dir = "../target"
|
||||||
|
target = "bpfel-unknown-none"
|
||||||
|
|
||||||
|
[unstable]
|
||||||
|
build-std = ["core"]
|
Loading…
Reference in New Issue