does this commit work???

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-02-11 14:21:52 -05:00 committed by June
parent 0052d7b669
commit 4ef6c8a01a
2 changed files with 30 additions and 30 deletions

View file

@ -106,9 +106,9 @@ sd-notify = { version = "0.4.1", optional = true }
webpage = { version = "2.0", default-features = false }
[dependencies.rust-rocksdb]
[dependencies.rocksdb]
git = "https://github.com/zaidoon1/rust-rocksdb"
rev = "8f65a73f0962edc4cc028f4012692043dc657a76"
rev = "8526d0c8c4045fb68d5eb48c1db93f6adcfd1ff8"
default-features = false
features = ["multi-threaded-cf", "zstd", "snappy", "lz4"]
optional = true
@ -120,7 +120,7 @@ nix = { version = "0.27.1", features = ["resource"] }
[features]
default = ["conduit_bin", "backend_rocksdb", "systemd", "zstd_compression"]
backend_sqlite = ["sqlite"]
backend_rocksdb = ["rust-rocksdb"]
backend_rocksdb = ["rocksdb"]
jemalloc = ["tikv-jemalloc-ctl", "tikv-jemallocator"]
sqlite = ["rusqlite", "parking_lot", "tokio/signal"]
conduit_bin = ["axum"]
@ -130,7 +130,7 @@ zstd_compression = []
#brotli_compression = ["tower-http/compression-br"]
#compression = ["tower-http/compression-full"]
sha256_media = []
io_uring = ["rust-rocksdb/io-uring"]
io_uring = ["rocksdb/io-uring"]
[[bin]]
name = "conduit"