Add bindgen bindings for SQLite 3.7.16 to libsqlite3-sys.

Bump to version 0.10.3 to use libsqlite3-sys 0.8.0.
This commit is contained in:
John Gallagher
2017-04-06 13:34:36 -04:00
parent ae9b62b9b3
commit 5a5d28ec69
5 changed files with 2308 additions and 3 deletions

View File

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