Skip to content

Commit 12a2770

Browse files
committed
fix: Add resource feature to nix dev dependency
1 parent e21584e commit 12a2770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ iai = "0.1.1"
3232
criterion = "0.5.1"
3333
# we use joinset in our tests
3434
tokio = "1.44.2"
35-
nix = "0.29.0"
35+
nix = { version = "0.29.0", features = ["resource"] }
3636

3737
[package.metadata.docs.rs]
3838
all-features = true

0 commit comments

Comments
 (0)