From 8cfceea0dd7216fb8fa4fc465ca4659c71da78b1 Mon Sep 17 00:00:00 2001 From: Willem Date: Fri, 5 Sep 2025 11:19:03 -0400 Subject: [PATCH] fix: corrected name of harmony_secret_derive crate --- harmony/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/harmony/Cargo.toml b/harmony/Cargo.toml index 0fe3fa8..9372a7b 100644 --- a/harmony/Cargo.toml +++ b/harmony/Cargo.toml @@ -66,7 +66,6 @@ tar.workspace = true base64.workspace = true thiserror.workspace = true once_cell = "1.21.3" -harmony-secret-derive = { version = "0.1.0", path = "../harmony_secret_derive" } walkdir = "2.5.0" harmony_inventory_agent = { path = "../harmony_inventory_agent" } harmony_secret_derive = { version = "0.1.0", path = "../harmony_secret_derive" }