Skip to content

Commit 8da09fc

Browse files
authored
Merge pull request #21 from n0-computer/chore/iroh_v0.15.0
upgrade to iroh v0.15.0 & bump version number
2 parents 8ea129e + 870bcfb commit 8da09fc

File tree

2 files changed

+26
-12
lines changed

2 files changed

+26
-12
lines changed

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dumbpipe"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
edition = "2021"
55
authors = ["Rüdiger Klaehn <[email protected]>", "n0 team"]
66
keywords = ["netcat", "cli", "network", "p2p", "holepunching"]
@@ -14,7 +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 = { version = "0.14" }
17+
iroh-net = { version = "0.15" }
1818
quinn = "0.10.2"
1919
tokio = { version = "1.34.0", features = ["full"] }
2020
tokio-util = "0.7.10"

0 commit comments

Comments
 (0)