Bump libsqlite3-sys to 0.6.1

This commit is contained in:
John Gallagher 2017-01-23 20:18:08 -05:00
parent f130f62b1a
commit 9d50a456c4
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ regex = "~0.2"
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"
version = "0.6.0"
version = "0.6.1"
[[test]]
name = "config_log"

View File

@ -1,6 +1,6 @@
[package]
name = "libsqlite3-sys"
version = "0.6.0"
version = "0.6.1"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
repository = "https://github.com/jgallagher/rusqlite"
description = "Native bindings to the libsqlite3 library"