mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-07 21:04:46 +02:00
15 lines
399 B
Diff
15 lines
399 B
Diff
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -88 +88 @@
|
|
-rusqlite = { version = "0.29.0", features = ["bundled"] }
|
|
+rusqlite = { version = "0.29.0" }
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -2095,7 +2095,6 @@
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
|
|
dependencies = [
|
|
- "cc",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|