Skip to content

Commit

Permalink
fixup missing feature in iroh-blobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed May 17, 2024
1 parent 6e99fa3 commit 0814f5c
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 @@ -17,7 +17,7 @@ workspace = true

[dependencies]
anyhow = { version = "1" }
bao-tree = { version = "0.13", features = ["tokio_fsm"], default-features = false }
bao-tree = { version = "0.13", features = ["tokio_fsm", "validate"], default-features = false }
bytes = { version = "1.4", features = ["serde"] }
chrono = "0.4.31"
derive_more = { version = "1.0.0-beta.6", features = ["debug", "display", "deref", "deref_mut", "from", "try_into", "into"] }
Expand Down

0 comments on commit 0814f5c

Please sign in to comment.