Bump to v0.13.0.

This commit is contained in:
John Gallagher
2017-11-13 15:55:48 -07:00
parent e1401359df
commit a3bec58c96
4 changed files with 23 additions and 3 deletions

View File

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