mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-31 06:12:14 +01:00
25 lines
586 B
Diff
25 lines
586 B
Diff
diff --git a/Cargo.lock b/Cargo.lock
|
|
index 9cf6d7c..d3cb1c5 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -394,7 +394,6 @@ version = "0.26.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
|
|
dependencies = [
|
|
- "cc",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
index 5838dc8..d27e872 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -46,7 +46,6 @@ features = ["std"]
|
|
|
|
[dependencies.rusqlite]
|
|
version = "0.29"
|
|
-features = ["bundled"]
|
|
|
|
[dependencies.time]
|
|
version = "0.3"
|