From 2b572428d14734289a5bcbe862833245ed7e1ec5 Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Sun, 28 Feb 2016 13:12:32 +0100 Subject: [PATCH] Fix a typo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 333f9b1..807f2ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ sqlcipher = ["sqlite3-sys/sqlcipher"] libc = "0.2" [dependencies.sqlite3-sys] -sqlite3-sys = "0.7" +version = "0.7" default-features = false [dev-dependencies]