Merge remote-tracking branch 'jgallagher/master' into vtab

This commit is contained in:
gwenn
2017-04-21 20:01:04 +02:00
12 changed files with 2430 additions and 96 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "libsqlite3-sys"
version = "0.7.1"
version = "0.8.0"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
repository = "https://github.com/jgallagher/rusqlite"
description = "Native bindings to the libsqlite3 library"
@@ -20,6 +20,7 @@ min_sqlite_version_3_6_23 = ["pkg-config"]
min_sqlite_version_3_7_3 = ["pkg-config"]
min_sqlite_version_3_7_4 = ["pkg-config"]
min_sqlite_version_3_7_7 = ["pkg-config"]
min_sqlite_version_3_7_16 = ["pkg-config"]
[build-dependencies]
bindgen = { version = "0.21", optional = true }