Skip to content

Commit d5a1c81

Browse files
authored
[meta] remove remaining uses of IdMap + IdMap itself (#9391)
Thanks so much to @jgallagher for building id-map and establishing how useful this pattern is ❤️ The test failures are addressed by #9392.
1 parent 8b06582 commit d5a1c81

File tree

16 files changed

+357
-982
lines changed

16 files changed

+357
-982
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ members = [
6060
"gateway-cli",
6161
"gateway-test-utils",
6262
"gateway-types",
63-
"id-map",
6463
"illumos-utils",
6564
"installinator-api",
6665
"installinator-common",
@@ -223,7 +222,6 @@ default-members = [
223222
"gateway-cli",
224223
"gateway-test-utils",
225224
"gateway-types",
226-
"id-map",
227225
"illumos-utils",
228226
"installinator-api",
229227
"installinator-common",
@@ -502,7 +500,6 @@ hyper-util = "0.1.16"
502500
hyper-rustls = "0.27.7"
503501
hyper-staticfile = "0.10.1"
504502
iddqd = { version = "0.3.16", features = ["daft", "serde", "schemars08"] }
505-
id-map = { path = "id-map" }
506503
illumos-utils = { path = "illumos-utils" }
507504
iana-time-zone = "0.1.63"
508505
indent_write = "2.2.0"

id-map/Cargo.toml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)