From 777277d073d92333f94deee3da68149705c18a78 Mon Sep 17 00:00:00 2001 From: Adam Leventhal Date: Mon, 2 Oct 2023 10:26:11 -0700 Subject: [PATCH] we don't need workspace deps for dev-tools (and omdb is stale) (#4170) We don't seem to need the `omicron-dev` dependency in `Cargo.toml` and the `omdb` one refers to its old location. --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0e194394f9..63d8e0b2d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }