add explicit build target information for cargo

Should fix https://github.com/aya-rs/book/issues/232
pull/151/head
Arto Gahr 1 week ago committed by GitHub
parent 71c366d943
commit d60e6decfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,5 @@
[build]
target = "bpfel-unknown-none"
[unstable]
build-std = ["core", "alloc"]
Loading…
Cancel
Save