mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
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).
This commit is contained in:
parent
6617db59fb
commit
521f8dc481
@ -84,7 +84,7 @@ unicase = "2.4.0"
|
||||
|
||||
[dependencies.libsqlite3-sys]
|
||||
path = "libsqlite3-sys"
|
||||
version = "0.18"
|
||||
version = "0.17.2"
|
||||
|
||||
[[test]]
|
||||
name = "config_log"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "libsqlite3-sys"
|
||||
version = "0.18.0"
|
||||
version = "0.17.2"
|
||||
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
||||
edition = "2018"
|
||||
repository = "https://github.com/jgallagher/rusqlite"
|
||||
|
Loading…
Reference in New Issue
Block a user