rusqlite/libsqlite3-sys
Thom Chiovoloni 521f8dc481
Prep for libsqlite3-sys 0.17.2 (#667)
This is essentially to get a release out that contains `in_gecko` so
that this library can be used in firefox.

Note: This had temporarially been 0.18.0, but as noted in
https://github.com/jgallagher/rusqlite/pull/619#discussion_r370435032
there isn't an actual need for this, as it isn't a breaking change.

By releasing it as 0.17.2, we can still link rusqlite 0.21 against it,
which lets us avoid needing to cut a release of rusqlite just for a
gecko-specific linkage flag (I imagine there are a few more rusqlite
features we'd want for the next release).
2020-04-06 10:07:55 -07:00
..
bindgen-bindings Restore old bindgen for Diesel 2019-01-06 09:50:35 +01:00
sqlite3 Upgrade bundled SQLite version to 3.31.0. 2020-01-26 12:44:03 -07:00
src Clippy + rust fmt 2020-02-22 11:50:00 +01:00
.gitignore Build raw sqlite interface as libsqlite3-sys 2015-02-23 20:37:55 -05:00
build.rs Add in_gecko feature to libsqlite3-sys to bypass linking. 2020-04-03 13:37:56 -07:00
Cargo.toml Prep for libsqlite3-sys 0.17.2 (#667) 2020-04-06 10:07:55 -07:00
upgrade.sh Upgrade bundled SQLite version to 3.31.0. 2020-01-26 12:44:03 -07:00
wrapper.h Update libsqlite3-sys to run bindgen at build time 2017-02-08 20:40:30 -05:00