mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
26 lines
591 B
Diff
26 lines
591 B
Diff
diff --git a/Cargo.toml b/Cargo.toml
|
|
index 66f9b68..accf99a 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -42,7 +42,6 @@ features = ["std"]
|
|
|
|
[dependencies.rusqlite]
|
|
version = "0.26.0"
|
|
-features = ["bundled"]
|
|
|
|
[build-dependencies]
|
|
chrono = "0.4"
|
|
|
|
diff --git a/Cargo.lock b/Cargo.lock
|
|
index 2629807..53810dd 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -376,7 +376,6 @@ version = "0.23.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d2cafc7c74096c336d9d27145f7ebd4f4b6f95ba16aa5a282387267e6925cb58"
|
|
dependencies = [
|
|
- "cc",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|