Skip to content

Commit fb367e1

Browse files
released version
1 parent 9c50018 commit fb367e1

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

Cargo.lock

+9-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ description = "A cli tool to pipe data over the network, with NAT hole punching"
1414
anyhow = "1.0.75"
1515
clap = { version = "4.4.10", features = ["derive"] }
1616
hex = "0.4.3"
17-
iroh-net = { git="https://github.com/n0-computer/iroh", branch="main" }
18-
# iroh-net = { version = "0.17" }
17+
iroh-net = { version = "0.17" }
1918
quinn = { version = "0.10.5", package = "iroh-quinn" }
2019
tokio = { version = "1.34.0", features = ["full"] }
2120
tokio-util = "0.7.10"

0 commit comments

Comments
 (0)