Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
Signed-off-by: Akira Hayakawa <ruby.wktk@gmail.com>
  • Loading branch information
akiradeveloper committed May 16, 2024
1 parent 663b183 commit 75ba902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/abuse-ramdisk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"

[dependencies]
async-trait = "0.1"
nix = { workspace = true }
nix = { workspace = true, features = ["fs"] }
mio = { workspace = true, features = ["os-poll", "os-ext"] }
anyhow = "1.0"
clap = { version = "4", features = ["derive"] }
Expand Down

0 comments on commit 75ba902

Please sign in to comment.