Skip to content

Commit 2275bee

Browse files
chore: remove version from local dev-deps
1 parent dcd0b40 commit 2275bee

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

iroh-dns-server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ z32 = "1.1.1"
6060
[dev-dependencies]
6161
criterion = "0.5.1"
6262
hickory-resolver = "=0.25.0-alpha.4"
63-
iroh = { version = "0.29.0", path = "../iroh" }
64-
iroh-test = { version = "0.29.0", path = "../iroh-test" }
63+
iroh = { path = "../iroh" }
64+
iroh-test = { path = "../iroh-test" }
6565
pkarr = { version = "2.2.0", features = ["rand"] }
6666
rand = "0.8"
6767
rand_chacha = "0.3.1"

iroh-net-report/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ tracing = "0.1"
3939
url = { version = "2.4" }
4040

4141
[dev-dependencies]
42-
iroh-relay = { version = "0.29", path = "../iroh-relay", features = ["test-utils", "server"] }
43-
iroh-test = { version = "0.29.0", path = "../iroh-test" }
42+
iroh-relay = { path = "../iroh-relay", features = ["test-utils", "server"] }
43+
iroh-test = { path = "../iroh-test" }
4444
once_cell = "1.18.0"
4545
pretty_assertions = "1.4"
4646
testresult = "0.4.0"

iroh-relay/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ tokio = { version = "1", features = [
115115
"test-util",
116116
] }
117117
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
118-
iroh-test = { version = "0.29.0", path = "../iroh-test" }
118+
iroh-test = { path = "../iroh-test" }
119119
serde_json = "1"
120120

121121
[features]

iroh/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,10 @@ tokio = { version = "1", features = [
163163
"test-util",
164164
] }
165165
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
166-
iroh-test = { version = "0.29.0", path = "../iroh-test" }
166+
iroh-test = { path = "../iroh-test" }
167167
serde_json = "1"
168168
testresult = "0.4.0"
169-
iroh-relay = { version = "0.29", path = "../iroh-relay", default-features = false, features = ["test-utils", "server"] }
169+
iroh-relay = { path = "../iroh-relay", default-features = false, features = ["test-utils", "server"] }
170170

171171
[features]
172172
default = ["metrics", "discovery-pkarr-dht"]

0 commit comments

Comments
 (0)