1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/community/conduit/system-sqlite.patch
2025-05-09 20:53:05 +00:00

25 lines
804 B
Diff

diff --git a/Cargo.lock b/Cargo.lock
index 9e47fc4..615a760 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1509,7 +1509,6 @@ version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "947e6816f7825b2b45027c2c32e7085da9934defa535de4a6a46b10a4d5257fa"
dependencies = [
- "cc",
"pkg-config",
"vcpkg",
]
diff --git a/Cargo.toml b/Cargo.toml
index 9452b3d..1a7ca78 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -111,7 +111,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
lru-cache = "0.1.2"
parking_lot = { version = "0.12", optional = true }
-rusqlite = { version = "0.35", optional = true, features = ["bundled"] }
+rusqlite = { version = "0.35", optional = true }
# crossbeam = { version = "0.8.2", optional = true }
num_cpus = "1"