Thom Chiovoloni
6a22bb7a56
Update readme, prep for a cutting a libsqlite3-sys@v0.23.1
2021-10-07 00:28:26 -07:00
BlackHoleFox
28b89a1aa7
Make openssl-sys version less specifc for scroll-reading
2021-10-05 22:48:16 -07:00
gwenn
2d17dc67f5
Prep release 0.26.0
2021-10-04 18:38:04 +02:00
gwenn
7c2263dabc
Upgrage bindgen to version 0.59
2021-07-21 18:48:05 +02:00
dubiousjim
8770e7d443
Add bundle-sqlcipher and bundle-ssl ( #860 )
...
Co-authored-by: Thom Chiovoloni <chiovolonit@gmail.com>
2021-06-02 12:07:56 -07:00
daladim
5511a12e57
Use env::var
instead of cfg
in some cases in build.rs ( #961 )
...
Co-authored-by: Thom Chiovoloni <chiovolonit@gmail.com>
2021-05-28 00:00:39 -07:00
Kornel
ba03b34374
Correct pkg-config version
2021-05-16 15:26:25 -07:00
Thom Chiovoloni
97c81d68fc
Prep release 0.25.2
2021-05-08 23:06:59 -07:00
gwenn
9ea5e2fc04
Prepare release of rusqlite 0.25.1 ( #940 )
2021-04-19 18:57:30 +02:00
gwenn
ddf69f749a
Upgrade to bindgen 0.58 ( #933 )
2021-04-05 17:35:23 +02:00
gwenn
517ef2beae
Prepare release 0.25.0 ( #930 )
...
rusqlite 0.25.0
libsqlite3-sys 0.22.0
Also fix missing README for libsqlite3-sys crate
And fix a typo.
2021-04-03 20:07:53 +02:00
gwenn
880d4bc230
Upgrade to bindgen 0.57
2021-02-01 19:16:46 +01:00
gwenn
67102efb2f
Upgrade SQLite bundled version to 3.34.0
2020-12-04 18:26:02 +00:00
gwenn
18bc6dd1a1
Upgrade to bindgen 0.56
2020-11-27 18:36:52 +01:00
Thom Chiovoloni
5cf0158863
Take 2: Prep release of rusqlite 0.24.1 + libsqlite3-sys 0.20.1
2020-10-07 15:53:54 -07:00
Nazar Mishturak
bc9b40a444
Add support for linking to winsqlite3
...
Signed-off-by: Nazar Mishturak <nazarmx@gmail.com>
2020-10-04 11:40:53 -07:00
gwenn
78275ab614
Upgrade to bindgen 0.55
2020-08-27 21:18:34 +02:00
Damien Elmes
6e33947c2a
update to sqlite 3.33.0
2020-08-17 11:01:19 +10:00
Tjeu Kayim
464b8283b2
Add feature flag to include wasm32-wasi-vfs.c
2020-07-24 10:34:00 -07:00
Dubiousjim
db64b8dfb0
sys/Cargo.toml: preupdate_hook, session require buildtime_bindgen
...
We add an explicit "buildtime_bindgen" to the "session" feature, rather
than just relying on the transitive "session" -> "preupdate_hook" ->
"buildtime_bindgen", to proof against possible future changes.
2020-06-25 09:45:34 -07:00
gwenn
870290c64d
Upgrade bundled sqlite to 3.32.2
2020-06-05 19:16:51 +02:00
gwenn
c1142c309e
Upgrade to bindgen 0.54
2020-05-29 17:02:16 -07:00
Thom Chiovoloni
185899eab1
Run asan in CI. Fixes #713
2020-04-16 03:09:51 -07:00
Thom Chiovoloni
9322b0e881
Update links & copyright statement
2020-04-15 21:37:39 -07:00
Thom Chiovoloni
22564d3099
Upgrade bundled sqlite to 3.31.1
2020-04-10 16:15:34 -07:00
Thom Chiovoloni
6b8e2fc02b
Prep rusqlite 0.22.0 and libsqlite3-sys 0.17.3
2020-04-08 10:59:28 -07:00
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
Thom Chiovoloni
a2db66ee3e
Add in_gecko feature to libsqlite3-sys to bypass linking.
2020-04-03 13:37:56 -07:00
gwenn
b0be8a1536
Upgrade to bindgen 0.53
2020-02-08 11:12:18 +01:00
Kamran Mackey
c3f83c281a
Upgrade bundled SQLite version to 3.31.0.
...
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
2020-01-26 12:44:03 -07:00
Thom Chiovoloni
c70d148542
Remove most of the code using feature=bundled
as a version check
2020-01-14 08:11:36 -08:00
gwenn
dbc25a9fd5
Prepare 0.17.1 of libsqlite3-sys
2020-01-09 19:13:47 +01:00
gwenn
cade470f15
Use runtime
feature for bindgen
...
https://github.com/rust-lang/rust-bindgen/issues/1694#issuecomment-565625756
> Are you using default-features = false? I think you need to change to
features = ["dynamic"] if so so that clang is runtime-detected.
Otherwise it needs a relatively-new libclang version.
2019-12-14 08:18:21 +01:00
gwenn
a0551496d8
Upgrade bindgen to version 0.52
2019-12-13 18:21:38 +01:00
gwenn
a7ad3849da
Upgrade bundled SQLite version to 3.30.1
2019-10-19 09:16:14 +00:00
gwenn
813ec1272e
Upgrade dependencies
...
bindgen 0.51
url 2.0
2019-07-27 09:14:55 +02:00
gwenn
be12a78e60
Upgrade bundled SQLite version to 3.29
2019-07-11 16:27:07 +00:00
gwenn
8070f3cbe6
Remove bindgen defaut features
2019-07-03 21:12:47 +02:00
gwenn
54ccb0d026
Upgrade bindgen to 0.50
2019-07-03 21:06:22 +02:00
gwenn
a52eeb2565
[ci skip] Prepare release 0.19
...
rusqlite 0.19.0
And libsqlite3-sys 0.15.0
2019-06-26 18:13:41 +02:00
kpcyrd
73f1ef817f
Add bundled-windows feature
2019-06-21 06:43:39 +02:00
gwenn
13ee12cb0c
Upgrade bundled SQLite sources to 3.28.0
...
Also upgrade bindgen to 0.49
2019-04-25 18:50:21 +02:00
gwenn
c0e6a584ad
Prepare 0.14.0 release
2019-04-24 18:03:11 +02:00
gwenn
e760344351
Upgrade bundled version to SQLite 3.27.2
...
And upgrade to bindgen 0.48
2019-03-10 13:49:21 +01:00
gwenn
1c3ad27b2f
Upgrade to bindgen 0.47
2019-01-26 10:54:21 +01:00
gwenn
dbc4eef657
Session extension ( #459 )
...
Session extension bindings
2019-01-13 12:46:19 +01:00
gwenn
f9a08d7a5c
Prepare for next release
2019-01-06 09:56:55 +01:00
gwenn
8cf11b18b3
Upgrade to bindgen 0.46
2019-01-06 09:55:56 +01:00
gwenn
6d668d798a
Restore old bindgen for Diesel
2019-01-06 09:50:35 +01:00
gwenn
2c872fc763
Upgrade to bindgen 0.45
2018-12-16 09:53:19 +01:00