Skip to content

Commit

Permalink
chore: upgrade to iroh@v0.33 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramfox authored Feb 24, 2025
1 parent 921ccb4 commit e229578
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 106 deletions.
121 changes: 21 additions & 100 deletions Cargo.lock

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

8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ rust-version = "1.81"
anyhow = "1.0.75"
clap = { version = "4.4.10", features = ["derive"] }
hex = "0.4.3"
iroh = { version = "0.32", default-features = false }
iroh-base = { version = "0.32", features = ["ticket"] }
iroh = { version = "0.33", default-features = false }
iroh-base = { version = "0.33", features = ["ticket"] }
quinn = { version = "0.13", package = "iroh-quinn" }
rand = "0.8.5"
tokio = { version = "1.34.0", features = ["full"] }
Expand All @@ -29,7 +29,3 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
[dev-dependencies]
duct = "0.13.6"
nix = { version = "0.29", features = ["signal", "process"] }

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

0 comments on commit e229578

Please sign in to comment.