mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-05 18:25:57 +00:00
Remove unused rusqlite
dependency (#17416)
This PR removes the `rusqlite` dependency from our workspace `Cargo.toml`, as it wasn't being used anywhere. Release Notes: - N/A
This commit is contained in:
parent
f2d539f762
commit
e1a865295b
1 changed files with 0 additions and 1 deletions
|
@ -388,7 +388,6 @@ rsa = "0.9.6"
|
|||
runtimelib = { version = "0.15", default-features = false, features = [
|
||||
"async-dispatcher-runtime",
|
||||
] }
|
||||
rusqlite = { version = "0.29.0", features = ["blob", "array", "modern_sqlite"] }
|
||||
rustc-demangle = "0.1.23"
|
||||
rust-embed = { version = "8.4", features = ["include-exclude"] }
|
||||
schemars = { version = "0.8", features = ["impl_json_schema"] }
|
||||
|
|
Loading…
Reference in a new issue