Преглед изворни кода

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 месеци
родитељ
комит
a6f4739b5b
1 измењених фајлова са 1 додато и 1 уклоњено
  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 }