From 9cfa2e3f5ffc8770070d74789b89b6b6263e874b Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Sat, 7 Nov 2015 17:39:10 +0100 Subject: [PATCH] Fix the versions of the dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 19e9cd5..e348f17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlite" -version = "0.19.6" +version = "0.19.7" authors = ["Ivan Ukhov "] license = "MIT" repository = "https://github.com/stainless-steel/sqlite" @@ -10,8 +10,8 @@ description = "The package provides an interface to SQLite." build = "build.rs" [dependencies] -libc = "*" +libc = "0.2" sqlite3-sys = "0.6" [dev-dependencies] -temporary = "*" +temporary = "0.5"