mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-19 23:15:28 +01:00
sqlite3: Disable env_logger default features
Let's keep the dependencies as light-weight as possible.
This commit is contained in:
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"
|
||||
|
||||
Reference in New Issue
Block a user