From 47b8bce050ce20e302616921dd0730086b78c2bc Mon Sep 17 00:00:00 2001 From: Eh2406 Date: Thu, 12 Jul 2018 13:39:29 -0400 Subject: [PATCH] try to add sqlite3 on Appveyor --- Cargo.lock | 1 + Cargo.toml | 2 +- appveyor.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 05e41c2d8..fae902fab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -710,6 +710,7 @@ name = "libsqlite3-sys" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ + "cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", "vcpkg 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index 4425b1a0c..aa33efb74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ walkdir = "2" winapi = "0.3" regex = "0.2.10" ring = "0.12.1" -rusqlite = { version = "0.13.0", features = ["chrono"] } +rusqlite = { version = "0.13.0", features = ["chrono", "bundled"] } r2d2 = "0.8.2" r2d2_sqlite = "0.5.0" base64 = "0.9.0" diff --git a/appveyor.yml b/appveyor.yml index da390f325..63b517cf0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,4 +21,4 @@ install: build: false test_script: - - cargo check + - cargo build