Skip to content

Commit

Permalink
nix: Add fs feature
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
  • Loading branch information
obbardc committed Jan 11, 2024
1 parent 6642e58 commit 7e94f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bmap-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "../README.md"
[dependencies]
bmap-parser = { path = "../bmap-parser", version = "0.1.0"}
anyhow = "1.0.66"
nix = "0.27.1"
nix = { version = "0.27.1", features = ["fs"] }
flate2 = "1.0.24"
clap = { version = "4.0.18", features = ["cargo"] }
indicatif = { version = "0.17.1", features = ["tokio"] }
Expand Down

0 comments on commit 7e94f60

Please sign in to comment.