[ci skip] prepare version 0.15.0

This commit is contained in:
gwenn 2018-10-21 15:41:25 +02:00 committed by GitHub
parent b4f93328f6
commit ea778f8141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
[package]
name = "rusqlite"
version = "0.14.0"
version = "0.15.0"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Ergonomic wrapper for SQLite"
repository = "https://github.com/jgallagher/rusqlite"
@ -58,7 +58,7 @@ regex = "1.0"
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"
version = "0.9"
version = "0.10"
[[test]]
name = "config_log"