Skip to content

Commit

Permalink
chore: aya-ebpf-macros: uncomment aya-ebpf dev-dep
Browse files Browse the repository at this point in the history
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
rust-lang/cargo#4242 (comment)
  • Loading branch information
alessandrod committed Apr 6, 2024
1 parent 9d24bbe commit a6f4739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aya-ebpf-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

0 comments on commit a6f4739

Please sign in to comment.