Skip to content

Commit

Permalink
build(rafs): Add missing dedup feature for storage crate dependency
Browse files Browse the repository at this point in the history
Fix `rafs` build by adding missing `dedup` feature for `storage` crate
dependency

Signed-off-by: Kostis Papazafeiropoulos <[email protected]>
  • Loading branch information
papazof authored and imeoer committed Jan 15, 2025
1 parent 365f13e commit 83fa946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rafs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ thiserror = "1"
nydus-api = { version = "0.3", path = "../api" }
nydus-storage = { version = "0.6", path = "../storage", features = [
"backend-localfs",
"dedup",
] }
nydus-utils = { version = "0.4", path = "../utils" }

Expand Down

0 comments on commit 83fa946

Please sign in to comment.