From d30e4c80a9f292911dadb8c20493e65f96b84849 Mon Sep 17 00:00:00 2001 From: Rain Date: Wed, 24 Jul 2024 14:50:11 -0700 Subject: [PATCH] it's always been nexus-sled-agent-shared. we've always been at war with eastasia Created using spr 1.3.6-beta.1 --- nexus/types/Cargo.toml | 2 +- sled-agent/src/params.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nexus/types/Cargo.toml b/nexus/types/Cargo.toml index bc6e3041be..a4418d2a74 100644 --- a/nexus/types/Cargo.toml +++ b/nexus/types/Cargo.toml @@ -42,7 +42,7 @@ omicron-passwords.workspace = true omicron-workspace-hack.workspace = true # Note: we're trying to avoid a dependency from nexus-types to sled-agent-types # because the correct direction of dependency is unclear. If there are types -# common to both, put them in `omicron-common` or `omicron-common-extended`. +# common to both, put them in `omicron-common` or `nexus-sled-agent-shared`. [dev-dependencies] proptest.workspace = true diff --git a/sled-agent/src/params.rs b/sled-agent/src/params.rs index 1ef4d061e6..f98d5c82e5 100644 --- a/sled-agent/src/params.rs +++ b/sled-agent/src/params.rs @@ -257,7 +257,7 @@ pub struct Zpool { /// Extension trait for `OmicronZoneConfig`. /// /// This lives here because it is pretty specific to sled-agent, and also -/// requires extra dependencies that omicron-common-extended doesn't have +/// requires extra dependencies that nexus-sled-agent-shared doesn't have. pub(crate) trait OmicronZoneConfigExt { fn zone_name(&self) -> String; } @@ -274,7 +274,7 @@ impl OmicronZoneConfigExt for OmicronZoneConfig { /// Extension trait for `OmicronZoneType` and `OmicronZoneConfig`. /// /// This lives here because it requires extra dependencies that -/// omicron-common-extended doesn't have. +/// nexus-sled-agent-shared doesn't have. pub(crate) trait OmicronZoneTypeExt { fn as_omicron_zone_type(&self) -> &OmicronZoneType;