Fix the versions of the dependencies

This commit is contained in:
Ivan Ukhov 2015-11-07 17:39:10 +01:00
parent f0332ea720
commit 9cfa2e3f5f

View File

@ -1,6 +1,6 @@
[package]
name = "sqlite"
version = "0.19.6"
version = "0.19.7"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
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"