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

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

Loading…
Cancel
Save