add explicit build target information for cargo
Should fix https://github.com/aya-rs/book/issues/232pull/151/head
parent
71c366d943
commit
d60e6decfd
@ -0,0 +1,5 @@
|
|||||||
|
[build]
|
||||||
|
target = "bpfel-unknown-none"
|
||||||
|
|
||||||
|
[unstable]
|
||||||
|
build-std = ["core", "alloc"]
|
Loading…
Reference in New Issue