mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-08 01:44:40 +02:00
24 lines
606 B
Diff
24 lines
606 B
Diff
diff --git a/Cargo.lock b/Cargo.lock
|
|
index a62de1c..c2c1372 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -422,7 +422,6 @@ version = "0.30.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
|
|
dependencies = [
|
|
- "cc",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
index 44f8484..6c3ab8b 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -48,7 +48,6 @@ features = ["std", "derive", "help"]
|
|
|
|
[dependencies.rusqlite]
|
|
version = "0.32"
|
|
-features = ["bundled"]
|
|
|
|
[dependencies.time]
|
|
version = "0.3"
|