Skip to content

Commit 2b45e93

Browse files
authored
[gateway-types] reorganize per RFD 619 (#9487)
1 parent ccabed8 commit 2b45e93

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2168
-1910
lines changed

Cargo.lock

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ members = [
6060
"gateway-cli",
6161
"gateway-test-utils",
6262
"gateway-types",
63+
"gateway-types/versions",
6364
"illumos-utils",
6465
"installinator-api",
6566
"installinator-common",
@@ -222,6 +223,7 @@ default-members = [
222223
"gateway-cli",
223224
"gateway-test-utils",
224225
"gateway-types",
226+
"gateway-types/versions",
225227
"illumos-utils",
226228
"installinator-api",
227229
"installinator-common",
@@ -472,6 +474,7 @@ gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-
472474
gateway-sp-comms = { git = "https://github.com/oxidecomputer/management-gateway-service", rev = "ea2f39ccdea124b5affcad0ca17bc5dacf65823a" }
473475
gateway-test-utils = { path = "gateway-test-utils" }
474476
gateway-types = { path = "gateway-types" }
477+
gateway-types-versions = { path = "gateway-types/versions" }
475478
gethostname = "0.5.0"
476479
gfss = { path = "trust-quorum/gfss" }
477480
trust-quorum = { path = "trust-quorum" }

gateway-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ workspace = true
1111
dropshot.workspace = true
1212
dropshot-api-manager-types.workspace = true
1313
ereport-types.workspace = true
14-
gateway-types.workspace = true
14+
gateway-types-versions.workspace = true
1515
omicron-common.workspace = true
1616
omicron-uuid-kinds.workspace = true
1717
omicron-workspace-hack.workspace = true

0 commit comments

Comments
 (0)