Prepare 0.18.0 release

This commit is contained in:
gwenn
2019-04-24 18:07:04 +02:00
parent c0e6a584ad
commit 9b78f6e3f7
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rusqlite"
version = "0.17.0"
version = "0.18.0"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
edition = "2018"
description = "Ergonomic wrapper for SQLite"
@@ -72,7 +72,7 @@ uuid = { version = "0.7", features = ["v4"] }
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"
version = "0.13"
version = "0.14"
[[test]]
name = "config_log"