rusqlite/libsqlite3-sys
Nick Fitzgerald ea7207b83d Update bindgen dependency to the latest version
This also required adjusting the fixup inserting `SQLITE_DETERMINISTIC` into the
bindings if it was missing. Now that `bindgen` uses the `quote` crate for code
generation, instead of `syntex`, we can't rely on the output being formatted (it
only is formatted if there is a usable `rustfmt` on the `$PATH`). Even better
than this `contains` tweak would be switching to regexps or something.

Despite that formatting hiccup, newer `bindgen` releases are more reliable due
to many bug fixes, and also build in approximately half the time that older
`bindgen` versions do.
2017-11-11 17:09:19 -08:00
..
bindgen-bindings Add bindgen bindings for SQLite 3.7.16 to libsqlite3-sys. 2017-04-06 13:42:01 -04:00
sqlite3 Add prebuilt bindings for all relevant SQLite versions. 2017-03-03 15:37:45 -05:00
src Some limits are not available in 3.6.8 2017-04-20 20:33:18 +02:00
.gitignore Build raw sqlite interface as libsqlite3-sys 2015-02-23 20:37:55 -05:00
build.rs Update bindgen dependency to the latest version 2017-11-11 17:09:19 -08:00
Cargo.toml Update bindgen dependency to the latest version 2017-11-11 17:09:19 -08:00
wrapper.h Update libsqlite3-sys to run bindgen at build time 2017-02-08 20:40:30 -05:00