Skip to content

Commit

Permalink
upgrade to iroh v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramfox committed Sep 30, 2024
1 parent 36ed9de commit c0ec4c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
15 changes: 9 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "A cli tool to pipe data over the network, with NAT hole punching"
anyhow = "1.0.75"
clap = { version = "4.4.10", features = ["derive"] }
hex = "0.4.3"
iroh-net = "0.25"
iroh-net = "0.26"
quinn = { version = "0.11.3", package = "iroh-quinn" }
tokio = { version = "1.34.0", features = ["full"] }
tokio-util = "0.7.10"
Expand All @@ -25,6 +25,3 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
duct = "0.13.6"
nix = { version = "0.29", features = ["signal", "process"] }
rand = "0.8.5"

[patch.crates-io]
iroh-net = { git = "https://github.com/n0-computer/iroh", branch = "main" }

0 comments on commit c0ec4c4

Please sign in to comment.