Remove old locks

This commit is contained in:
mdecimus
2024-12-22 10:36:05 +01:00
parent 3d8f2420a7
commit 25e7983888
4 changed files with 38 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ resolver = "2"
[features]
default = ["sqlite", "postgres", "mysql", "rocks", "elastic", "s3", "redis", "azure", "foundationdb"]
#default = ["rocks", "sqlite"]
#default = ["rocks"]
sqlite = ["store/sqlite"]
foundationdb = ["store/foundation", "common/foundation"]
postgres = ["store/postgres"]