Browse Source

chore: aya-ebpf-macros: uncomment aya-ebpf dev-dep

This wasn't meant to be committed, cargo-smart-release. Commenting is
needed to fix the cyclic dep aya-ebpf-macros -> aya-ebpf ->
aya-ebpf-macros. See
https://github.com/rust-lang/cargo/issues/4242#issuecomment-413203081
Alessandro Decina 11 months ago
parent
commit
a6f4739b5b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      aya-ebpf-macros/Cargo.toml

+ 1 - 1
aya-ebpf-macros/Cargo.toml

@@ -18,4 +18,4 @@ quote = { workspace = true }
 syn = { workspace = true, default-features = true, features = ["full"] }
 
 [dev-dependencies]
-#aya-ebpf = { path = "../ebpf/aya-ebpf", version = "^0.1.0", default-features = false }
+aya-ebpf = { path = "../ebpf/aya-ebpf", version = "^0.1.0", default-features = false }