mirror of
https://github.com/isar/rusqlite.git
synced 2025-02-21 15:28:14 +08:00
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).