From f462b301f434948babe0fda7dc6bf01590ecc461 Mon Sep 17 00:00:00 2001 From: Michal Rostecki Date: Wed, 3 Aug 2022 08:52:35 +0200 Subject: [PATCH] ebpf: Update git repository URL for aya-log aya-log was moved to the main aya repository, the old one is archived. Signed-off-by: Michal Rostecki --- {{project-name}}-ebpf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{project-name}}-ebpf/Cargo.toml b/{{project-name}}-ebpf/Cargo.toml index 93ecc69..6b7c3e9 100644 --- a/{{project-name}}-ebpf/Cargo.toml +++ b/{{project-name}}-ebpf/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] aya-bpf = { git = "https://github.com/aya-rs/aya", branch = "main" } -aya-log-ebpf = { git = "https://github.com/aya-rs/aya-log", branch = "main" } +aya-log-ebpf = { git = "https://github.com/aya-rs/aya", branch = "main" } {{ project-name }}-common = { path = "../{{ project-name }}-common" } [[bin]]