From 071f5ca6903a5361ba8179400e51ecd8e602a4e4 Mon Sep 17 00:00:00 2001 From: Greened <108997309+GreenedDev@users.noreply.github.com> Date: Sun, 6 Oct 2024 21:46:19 +0400 Subject: [PATCH] Update Cargo.toml --- test/integration-ebpf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration-ebpf/Cargo.toml b/test/integration-ebpf/Cargo.toml index 36eeb13e..712e016f 100644 --- a/test/integration-ebpf/Cargo.toml +++ b/test/integration-ebpf/Cargo.toml @@ -71,4 +71,4 @@ path = "src/simple_prog.rs" [[bin]] name = "greened-test" -path = "src/greened-test.rs" +path = "src/greened_test.rs"