Skip to content

Commit

Permalink
aya-ebpf-macros: remove aya-ebpf version
Browse files Browse the repository at this point in the history
The presence of this version specification causes cargo-smart-release to
trip on the circular dependency.

Fixes #1050.
  • Loading branch information
tamird committed Dec 3, 2024
1 parent 3d8cb08 commit dae394e
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.1", default-features = false }
aya-ebpf = { path = "../ebpf/aya-ebpf", default-features = false }

0 comments on commit dae394e

Please sign in to comment.