Bump version to 0.5.0

This commit is contained in:
John Gallagher
2015-12-08 21:30:19 -05:00
parent 51a542c0f7
commit e71104e6c3
3 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rusqlite"
version = "0.4.0"
version = "0.5.0"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Ergonomic wrapper for SQLite"
repository = "https://github.com/jgallagher/rusqlite"
@@ -27,7 +27,7 @@ lazy_static = "~0.1"
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"
version = "0.2.0"
version = "0.3.0"
[[test]]
name = "config_log"