[ci skip] Prepare release 0.19

rusqlite 0.19.0
And libsqlite3-sys 0.15.0
This commit is contained in:
gwenn
2019-06-26 18:13:41 +02:00
parent 3aca84c67d
commit a52eeb2565
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rusqlite"
version = "0.18.0"
version = "0.19.0"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
edition = "2018"
description = "Ergonomic wrapper for SQLite"
@@ -76,7 +76,7 @@ unicase = "2.4.0"
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"
version = "0.14"
version = "0.15"
[[test]]
name = "config_log"