summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorHussein <huss@pep-project.org>2019-02-12 23:46:57 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-03-25 09:38:25 +0100
commitf94cdef75eb342f3cbdb72dcee887105f1fba59c (patch)
treeee655afe7fe263d9738a38f4ca5ff5d3ea93dda1 /Cargo.lock
parent6a2a82648176e4b840bfed80e188c21b6bc63c4d (diff)
Use SQLite amalgamation for Android builds
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5d3f2643..6ac5b924 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -869,6 +869,7 @@ name = "libsqlite3-sys"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
+ "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
"vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]