From c627cde89c2f5cb3621ffaaf5003755785d02cb2 Mon Sep 17 00:00:00 2001 From: pdliyan Date: Thu, 28 Sep 2023 18:53:09 +0800 Subject: [PATCH] try fix Cargo.toml --- test/integration-ebpf/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/integration-ebpf/Cargo.toml b/test/integration-ebpf/Cargo.toml index bf54af0f..c7f29aee 100644 --- a/test/integration-ebpf/Cargo.toml +++ b/test/integration-ebpf/Cargo.toml @@ -28,10 +28,6 @@ path = "src/name_test.rs" name = "pass" path = "src/pass.rs" -[[bin]] -name = "stack_argument" -path = "src/stack_argument.rs" - [[bin]] name = "test" path = "src/test.rs"