diff --git a/{{project-name}}-ebpf/Cargo.toml b/{{project-name}}-ebpf/Cargo.toml index 6b7c3e9..a486c28 100644 --- a/{{project-name}}-ebpf/Cargo.toml +++ b/{{project-name}}-ebpf/Cargo.toml @@ -4,8 +4,8 @@ version = "0.1.0" edition = "2021" [dependencies] -aya-bpf = { git = "https://github.com/aya-rs/aya", branch = "main" } -aya-log-ebpf = { git = "https://github.com/aya-rs/aya", branch = "main" } +aya-bpf = { git = "https://github.com/aya-rs/aya", tag = "aya-log-v0.1.13" } +aya-log-ebpf = { git = "https://github.com/aya-rs/aya", tag = "aya-log-v0.1.13" } {{ project-name }}-common = { path = "../{{ project-name }}-common" } [[bin]]