aya-bpf-macros: fix tests

Doctests were failing due to a dependency on the aya-bpf crate.
pull/83/head
William Findlay 3 years ago
parent f632f81db1
commit 972e5e636a
No known key found for this signature in database
GPG Key ID: 7162B44E9E560373

@ -10,4 +10,7 @@ proc-macro = true
[dependencies] [dependencies]
proc-macro2 = "1.0" proc-macro2 = "1.0"
quote = "1.0" quote = "1.0"
syn = {version = "1.0", features = ["full"]} syn = {version = "1.0", features = ["full"]}
[dev-dependencies]
aya-bpf = { path = "../aya-bpf" }

Loading…
Cancel
Save