Skip to content

Commit 0ae94d5

Browse files
committed
bump version number
1 parent 8ea129e commit 0ae94d5

File tree

2 files changed

+25
-11
lines changed

2 files changed

+25
-11
lines changed

Cargo.lock

+23-9
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)