Cargo.toml fixes
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
name = "tests"
|
||||
version = "0.14.1"
|
||||
edition = "2024"
|
||||
resolver = "2"
|
||||
|
||||
[features]
|
||||
default = ["sqlite", "postgres", "mysql", "rocks", "elastic", "s3", "redis", "nats", "azure", "foundationdb"]
|
||||
default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "nats", "azure", "foundationdb"]
|
||||
#default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis"]
|
||||
#default = ["rocks", "redis", "s3"]
|
||||
sqlite = ["store/sqlite"]
|
||||
@@ -13,7 +12,6 @@ foundationdb = ["store/foundation", "common/foundation"]
|
||||
postgres = ["store/postgres"]
|
||||
mysql = ["store/mysql"]
|
||||
rocks = ["store/rocks"]
|
||||
elastic = ["store/elastic"]
|
||||
s3 = ["store/s3"]
|
||||
redis = ["store/redis"]
|
||||
nats = ["store/nats"]
|
||||
|
||||
Reference in New Issue
Block a user