diff --git a/iroh-gossip/Cargo.toml b/iroh-gossip/Cargo.toml index c6abaf7890..69855e7166 100644 --- a/iroh-gossip/Cargo.toml +++ b/iroh-gossip/Cargo.toml @@ -38,7 +38,7 @@ genawaiter = { version = "0.99.1", default-features = false, features = ["future [dev-dependencies] clap = { version = "4", features = ["derive"] } -iroh-test = { version = "0.6.0", path = "../iroh-test" } +iroh-test = { path = "../iroh-test" } rand_chacha = "0.3.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } url = "2.4.0" diff --git a/iroh-net/Cargo.toml b/iroh-net/Cargo.toml index a7218af546..3c4101a656 100644 --- a/iroh-net/Cargo.toml +++ b/iroh-net/Cargo.toml @@ -99,7 +99,7 @@ proptest = "1.2.0" rand_chacha = "0.3.1" tokio = { version = "1", features = ["io-util", "sync", "rt", "net", "fs", "macros", "time", "test-util"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] } -iroh-test = { version = "0.6.0", path = "../iroh-test" } +iroh-test = { path = "../iroh-test" } [[bench]] name = "key" diff --git a/iroh-sync/Cargo.toml b/iroh-sync/Cargo.toml index f15a73d3a6..669e78d53c 100644 --- a/iroh-sync/Cargo.toml +++ b/iroh-sync/Cargo.toml @@ -47,7 +47,7 @@ futures = { version = "0.3", optional = true } lru = "0.11.1" [dev-dependencies] -iroh-test = { version = "0.6.0", path = "../iroh-test" } +iroh-test = { path = "../iroh-test" } rand_chacha = "0.3.1" tokio = { version = "1", features = ["sync", "macros"] } tempfile = "3.4" diff --git a/iroh/Cargo.toml b/iroh/Cargo.toml index f7bf6a45fc..e8f12d6221 100644 --- a/iroh/Cargo.toml +++ b/iroh/Cargo.toml @@ -84,7 +84,7 @@ anyhow = { version = "1", features = ["backtrace"] } bytes = "1" duct = "0.13.6" genawaiter = { version = "0.99", features = ["futures03"] } -iroh-test = { version = "0.6.0", path = "../iroh-test" } +iroh-test = { path = "../iroh-test" } nix = "0.26.2" proptest = "1.2.0" regex = { version = "1.7.1", features = ["std"] }