Skip to content

Commit

Permalink
require iroh-net now
Browse files Browse the repository at this point in the history
it used to require quinn for this
  • Loading branch information
flub committed May 8, 2024
1 parent 6a89fb9 commit edb0055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-blobs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ hex = "0.4.3"
iroh-base = { version = "0.15.0", features = ["redb"], path = "../iroh-base" }
iroh-io = { version = "0.6.0", features = ["stats"] }
iroh-metrics = { version = "0.15.0", path = "../iroh-metrics", optional = true }
iroh-net = { version = "0.15.0", path = "../iroh-net", optional = true }
iroh-net = { version = "0.15.0", path = "../iroh-net" }
num_cpus = "1.15.0"
parking_lot = { version = "0.12.1", optional = true }
postcard = { version = "1", default-features = false, features = ["alloc", "use-std", "experimental-derive"] }
Expand Down

0 comments on commit edb0055

Please sign in to comment.