v0.16.11
This commit is contained in:
@@ -5,8 +5,8 @@ edition = "2024"
|
||||
|
||||
[features]
|
||||
#default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "nats", "azure", "foundationdb"]
|
||||
default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "foundationdb"]
|
||||
#default = ["rocks", "sqlite"]
|
||||
#default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "foundationdb"]
|
||||
default = ["rocks", "sqlite"]
|
||||
sqlite = ["store/sqlite", "directory/sqlite"]
|
||||
foundationdb = ["store/foundation", "common/foundation"]
|
||||
postgres = ["store/postgres", "directory/postgres"]
|
||||
|
||||
@@ -212,6 +212,7 @@ pub async fn test(test: &mut TestServer) {
|
||||
.jmap_method_call(
|
||||
"Quota/get",
|
||||
json!({
|
||||
"accountId": account.id_string(),
|
||||
"ids": null
|
||||
}),
|
||||
)
|
||||
@@ -265,6 +266,7 @@ pub async fn test(test: &mut TestServer) {
|
||||
.jmap_method_call(
|
||||
"Quota/get",
|
||||
json!({
|
||||
"accountId": account.id_string(),
|
||||
"ids": null
|
||||
}),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user