Skip to content

Commit c21a2d1

Browse files
fix(iroh-gossip): specify version for iroh-net dependency
1 parent 0f412ed commit c21a2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iroh-gossip/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ iroh-metrics = { path = "../iroh-metrics", version = "0.6.0-alpha.0" }
2929

3030
# net dependencies (optional)
3131
futures = { version = "0.3.25", optional = true }
32-
iroh-net = { path = "../iroh-net", optional = true }
32+
iroh-net = { version = "0.6.0-alpha.0", path = "../iroh-net", optional = true }
3333
quinn = { version = "0.10", optional = true }
3434
tokio = { version = "1", optional = true, features = ["io-util", "sync", "rt", "macros", "net", "fs"] }
3535
tokio-util = { version = "0.7.8", optional = true, features = ["codec"] }

0 commit comments

Comments
 (0)