Version bumps to use new bundled SQLite.

This commit is contained in:
John Gallagher
2017-03-03 13:07:27 -05:00
parent 62eef1c8a0
commit 0a35f4bb1e
3 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rusqlite"
version = "0.10.0"
version = "0.10.1"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Ergonomic wrapper for SQLite"
repository = "https://github.com/jgallagher/rusqlite"
@@ -40,7 +40,7 @@ regex = "0.2"
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"
version = "0.7.0"
version = "0.7"
[[test]]
name = "config_log"