We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f412ed commit c21a2d1Copy full SHA for c21a2d1
iroh-gossip/Cargo.toml
@@ -29,7 +29,7 @@ iroh-metrics = { path = "../iroh-metrics", version = "0.6.0-alpha.0" }
29
30
# net dependencies (optional)
31
futures = { version = "0.3.25", optional = true }
32
-iroh-net = { path = "../iroh-net", optional = true }
+iroh-net = { version = "0.6.0-alpha.0", path = "../iroh-net", optional = true }
33
quinn = { version = "0.10", optional = true }
34
tokio = { version = "1", optional = true, features = ["io-util", "sync", "rt", "macros", "net", "fs"] }
35
tokio-util = { version = "0.7.8", optional = true, features = ["codec"] }
0 commit comments