Update libsqlite3-sys to run bindgen at build time

This commit is contained in:
John Gallagher
2017-02-07 20:37:52 -05:00
parent eb0a320875
commit 161ac2bf0a
5 changed files with 65 additions and 1991 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "libsqlite3-sys"
version = "0.6.2"
version = "0.7.0"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
repository = "https://github.com/jgallagher/rusqlite"
description = "Native bindings to the libsqlite3 library"
@@ -12,6 +12,7 @@ build = "build.rs"
bundled = []
[build-dependencies]
bindgen = "0.21"
pkg-config = "0.3"
gcc = "0.3"