mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 01:58:16 +00:00
sqlite3: Disable env_logger default features
Let's keep the dependencies as light-weight as possible.
This commit is contained in:
parent
fe75ed275e
commit
17c7e8d346
2 changed files with 1 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -593,7 +593,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
|
||||
dependencies = [
|
||||
"log",
|
||||
"regex",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -615,10 +614,7 @@ version = "0.11.5"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
"env_filter",
|
||||
"humantime",
|
||||
"log",
|
||||
]
|
||||
|
||||
|
|
|
@ -22,6 +22,6 @@ doc = false
|
|||
cbindgen = "0.27.0"
|
||||
|
||||
[dependencies]
|
||||
env_logger = "0.11.3"
|
||||
env_logger = { version = "0.11.3", default-features = false }
|
||||
limbo_core = { path = "../core" }
|
||||
log = "0.4.22"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue