소스 검색

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 }