Skip to content

Commit

Permalink
fix: feature flags for iroh-io dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Frando committed Oct 6, 2023
1 parent e2ee678 commit f8ba890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-bytes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ flume = "0.10.14"
futures = "0.3.25"
genawaiter = { version = "0.99.1", features = ["futures03"] }
hex = "0.4.3"
iroh-io = { version = "0.3.0" }
iroh-io = { version = "0.3.0", features = ["stats"] }
multibase = "0.9.1"
num_cpus = "1.15.0"
once_cell = "1.17.0"
Expand Down

0 comments on commit f8ba890

Please sign in to comment.