bump nix (rust crate) and add either
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
342400fe2d
commit
99f7dad939
2 changed files with 16 additions and 3 deletions
|
@ -106,9 +106,11 @@ webpage = { version = "2.0", default-features = false }
|
|||
|
||||
rocksdb = { version = "0.22.0", default-features = true, features = ["multi-threaded-cf", "zstd"], optional = true }
|
||||
|
||||
either = { version = "1.10.0", features = ["serde"] }
|
||||
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
nix = { version = "0.27.1", features = ["resource"] }
|
||||
nix = { version = "0.28.0", features = ["resource"] }
|
||||
|
||||
[features]
|
||||
default = ["conduit_bin", "backend_rocksdb", "systemd", "zstd_compression"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue