Upgrade bundled version to SQLite 3.27.2

And upgrade to bindgen 0.48
This commit is contained in:
gwenn
2019-03-10 13:49:21 +01:00
parent ac0baecfe2
commit e760344351
6 changed files with 5362 additions and 4030 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "libsqlite3-sys"
version = "0.12.0"
version = "0.13.0"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
edition = "2018"
repository = "https://github.com/jgallagher/rusqlite"
@@ -28,7 +28,7 @@ preupdate_hook = []
session = ["preupdate_hook"]
[build-dependencies]
bindgen = { version = "0.47", optional = true }
bindgen = { version = "0.48", optional = true }
pkg-config = { version = "0.3", optional = true }
cc = { version = "1.0", optional = true }