Skip to content

Commit 71ab433

Browse files
authored
Disable default features on nix crate (#414)
1 parent a7c85f6 commit 71ab433

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
@@ -130,7 +130,7 @@ strum_macros = "0.24"
130130
backtrace = "0.3"
131131
linkme = "0.3"
132132
serde = { version = "1", features = ["derive"] }
133-
nix = "0.26"
133+
nix = { version = "0.26", default-features = false }
134134
cfg-if = "1"
135135
redis-module-macros-internals = { path = "./redismodule-rs-macros-internals" }
136136
log = "0.4"

0 commit comments

Comments
 (0)