Skip to content

Commit

Permalink
we don't need workspace deps for dev-tools (and omdb is stale) (#4170)
Browse files Browse the repository at this point in the history
We don't seem to need the `omicron-dev` dependency in `Cargo.toml` and
the `omdb` one refers to its old location.
  • Loading branch information
ahl authored Oct 2, 2023
1 parent 76464a1 commit 777277d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,8 @@ nexus-types = { path = "nexus/types" }
num-integer = "0.1.45"
num = { version = "0.4.1", default-features = false, features = [ "libm" ] }
omicron-common = { path = "common" }
omicron-dev = { path = "dev-tools/omicron-dev" }
omicron-gateway = { path = "gateway" }
omicron-nexus = { path = "nexus" }
omicron-omdb = { path = "omdb" }
omicron-package = { path = "package" }
omicron-rpaths = { path = "rpaths" }
omicron-sled-agent = { path = "sled-agent" }
Expand Down

0 comments on commit 777277d

Please sign in to comment.