drop the sqlite feature from core

This commit is contained in:
Paul Robertson 2024-06-26 19:21:23 -04:00
parent 325f1c0bd2
commit 65177d237a
No known key found for this signature in database
2 changed files with 0 additions and 8 deletions

1
Cargo.lock generated
View file

@ -688,7 +688,6 @@ dependencies = [
"reqwest",
"ring",
"ruma",
"rusqlite",
"rust-rocksdb-uwu",
"sanitize-filename",
"serde",

View file

@ -24,11 +24,6 @@ release_max_log_level = [
"log/max_level_trace",
"log/release_max_level_info",
]
sqlite = [
"dep:rusqlite",
"dep:parking_lot",
"dep:thread_local",
]
rocksdb = [
"dep:rust-rocksdb",
]
@ -79,8 +74,6 @@ regex.workspace = true
reqwest.workspace = true
ring.workspace = true
ruma.workspace = true
rusqlite.optional = true
rusqlite.workspace = true
rust-rocksdb.optional = true
rust-rocksdb.workspace = true
sanitize-filename.workspace = true