From 846c90952b41102c18042ec11adcc0247426e85a Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Sun, 28 Feb 2016 17:40:38 +0100 Subject: [PATCH] Update sqlite3-sys --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 807f2ca..722eef9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ sqlcipher = ["sqlite3-sys/sqlcipher"] libc = "0.2" [dependencies.sqlite3-sys] -version = "0.7" +version = "0.9" default-features = false [dev-dependencies]