From 0814f5c1279652b5b27db417732a1f1983c461d7 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Fri, 17 May 2024 18:29:02 +0200 Subject: [PATCH] fixup missing feature in iroh-blobs --- iroh-blobs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iroh-blobs/Cargo.toml b/iroh-blobs/Cargo.toml index ff79c9892f..95cca51f58 100644 --- a/iroh-blobs/Cargo.toml +++ b/iroh-blobs/Cargo.toml @@ -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"] }