We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
resource
nix
1 parent e21584e commit 12a2770Copy full SHA for 12a2770
Cargo.toml
@@ -32,7 +32,7 @@ iai = "0.1.1"
32
criterion = "0.5.1"
33
# we use joinset in our tests
34
tokio = "1.44.2"
35
-nix = "0.29.0"
+nix = { version = "0.29.0", features = ["resource"] }
36
37
[package.metadata.docs.rs]
38
all-features = true
0 commit comments