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 cd0cc66 commit da7b71b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion abuse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ edition = "2018"
bitflags = { workspace = true }
tokio = { version = "1.0", features = ["net", "sync", "io-util", "rt"] }
async-trait = "0.1"
nix = { workspace = true }
nix = { workspace = true, features = ["ioctl"] }
mio = { workspace = true, features = ["os-poll", "os-ext"] }
2 changes: 1 addition & 1 deletion abusectl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2018"

[dependencies]
clap = { version = "4", features = ["derive"] }
nix = { workspace = true }
nix = { workspace = true, features = ["fs", "ioctl"] }

0 comments on commit da7b71b

Please sign in to comment.