Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodolsky committed Oct 3, 2024
1 parent 6c49e5f commit e49ba61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ async-stream = "0.3"
axum = "0.7"
bisection = "0.1"
clap = { version = "4.5", features = ["derive"] }
iroh = { version = "0.25.0", branch = "main", git = "https://github.com/izihawa/iroh", features = [ "metrics" ] }
iroh-base = { version = "0.25.0", branch = "main", git = "https://github.com/izihawa/iroh" }
iroh = { version = "0.26.0", branch = "main", git = "https://github.com/izihawa/iroh", features = [ "metrics" ] }
iroh-base = { version = "0.26.0", branch = "main", git = "https://github.com/izihawa/iroh" }
md5 = "0.7"
percent-encoding = "2.3.1"
rand = "0.9.0-alpha.1"
Expand Down

0 comments on commit e49ba61

Please sign in to comment.