diff --git a/src/agent/Cargo.toml b/src/agent/Cargo.toml index 0245988369..26285480c5 100644 --- a/src/agent/Cargo.toml +++ b/src/agent/Cargo.toml @@ -87,8 +87,3 @@ standard-oci-runtime = ["rustjail/standard-oci-runtime"] [[bin]] name = "kata-agent" path = "src/main.rs" - -[[bin]] -name = "oci-kata-agent" -path = "src/main.rs" -required-features = ["standard-oci-runtime"]