diff --git a/aya-ebpf-macros/Cargo.toml b/aya-ebpf-macros/Cargo.toml index 06f0e556..b61ff477 100644 --- a/aya-ebpf-macros/Cargo.toml +++ b/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 }