Remove old locks
This commit is contained in:
@@ -30,13 +30,12 @@ trc = { path = "../trc" }
|
||||
utils = { path = "../utils" }
|
||||
tokio = { version = "1.23", features = ["full"] }
|
||||
|
||||
|
||||
[target.'cfg(not(target_env = "msvc"))'.dependencies]
|
||||
jemallocator = "0.5.0"
|
||||
|
||||
[features]
|
||||
default = ["sqlite", "postgres", "mysql", "rocks", "elastic", "s3", "redis", "azure", "enterprise"]
|
||||
#default = ["rocks"]
|
||||
#default = ["rocks", "enterprise"]
|
||||
sqlite = ["store/sqlite"]
|
||||
foundationdb = ["store/foundation", "common/foundation"]
|
||||
postgres = ["store/postgres"]
|
||||
|
||||
Reference in New Issue
Block a user