drop the sqlite feature from core
This commit is contained in:
parent
325f1c0bd2
commit
65177d237a
2 changed files with 0 additions and 8 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -688,7 +688,6 @@ dependencies = [
|
||||||
"reqwest",
|
"reqwest",
|
||||||
"ring",
|
"ring",
|
||||||
"ruma",
|
"ruma",
|
||||||
"rusqlite",
|
|
||||||
"rust-rocksdb-uwu",
|
"rust-rocksdb-uwu",
|
||||||
"sanitize-filename",
|
"sanitize-filename",
|
||||||
"serde",
|
"serde",
|
||||||
|
|
|
@ -24,11 +24,6 @@ release_max_log_level = [
|
||||||
"log/max_level_trace",
|
"log/max_level_trace",
|
||||||
"log/release_max_level_info",
|
"log/release_max_level_info",
|
||||||
]
|
]
|
||||||
sqlite = [
|
|
||||||
"dep:rusqlite",
|
|
||||||
"dep:parking_lot",
|
|
||||||
"dep:thread_local",
|
|
||||||
]
|
|
||||||
rocksdb = [
|
rocksdb = [
|
||||||
"dep:rust-rocksdb",
|
"dep:rust-rocksdb",
|
||||||
]
|
]
|
||||||
|
@ -79,8 +74,6 @@ regex.workspace = true
|
||||||
reqwest.workspace = true
|
reqwest.workspace = true
|
||||||
ring.workspace = true
|
ring.workspace = true
|
||||||
ruma.workspace = true
|
ruma.workspace = true
|
||||||
rusqlite.optional = true
|
|
||||||
rusqlite.workspace = true
|
|
||||||
rust-rocksdb.optional = true
|
rust-rocksdb.optional = true
|
||||||
rust-rocksdb.workspace = true
|
rust-rocksdb.workspace = true
|
||||||
sanitize-filename.workspace = true
|
sanitize-filename.workspace = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue