From f0aa1529489d309f6c56c72323eb94974a6f5255 Mon Sep 17 00:00:00 2001 From: David Pacheco Date: Mon, 30 Oct 2023 14:08:49 -0700 Subject: [PATCH] fix hakari --- Cargo.lock | 1 + nexus/inventory/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index fba96d19e7..eb56e84cff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4466,6 +4466,7 @@ dependencies = [ "gateway-messages", "gateway-test-utils", "nexus-types", + "omicron-workspace-hack", "slog", "strum", "tokio", diff --git a/nexus/inventory/Cargo.toml b/nexus/inventory/Cargo.toml index 7fc3602596..3ed7e8b2db 100644 --- a/nexus/inventory/Cargo.toml +++ b/nexus/inventory/Cargo.toml @@ -14,6 +14,7 @@ nexus-types.workspace = true slog.workspace = true strum.workspace = true uuid.workspace = true +omicron-workspace-hack.workspace = true [dev-dependencies] expectorate.workspace = true