1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/cicada/unbundle-sqlite.patch
2022-07-18 03:44:26 +00:00

24 lines
590 B
Diff

diff --git a/Cargo.lock b/Cargo.lock
index 00220f4..a8c9630 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -378,7 +378,6 @@ version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14"
dependencies = [
- "cc",
"pkg-config",
"vcpkg",
]
diff --git a/Cargo.toml b/Cargo.toml
index e23c4d1..70c3a75 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,7 +44,6 @@ features = ["std"]
[dependencies.rusqlite]
version = "0.27.0"
-features = ["bundled"]
[dependencies.time]
version = "0.3"