From a1b20397ba34d5a878f3e687044ba035b181c256 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Thu, 28 Nov 2024 13:38:16 +0100 Subject: [PATCH] fixup: remove iroh self dep --- Cargo.lock | 1 - iroh/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61844d4dce..8d8987ee3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2430,7 +2430,6 @@ dependencies = [ "hyper-util", "igd-next", "indicatif", - "iroh", "iroh-base", "iroh-metrics", "iroh-net-report", diff --git a/iroh/Cargo.toml b/iroh/Cargo.toml index 97007d5aab..a104b68fb2 100644 --- a/iroh/Cargo.toml +++ b/iroh/Cargo.toml @@ -167,7 +167,6 @@ tokio = { version = "1", features = [ ] } tracing-subscriber = { version = "0.3", features = ["env-filter"] } iroh-test = "0.28.0" -iroh = { path = "." } serde_json = "1" testresult = "0.4.0" iroh-relay = { version = "0.28", path = "../iroh-relay", features = ["test-utils", "server"] }