Merge remote-tracking branch 'jgallagher/master' into vtab

This commit is contained in:
gwenn
2016-05-20 18:31:30 +02:00
16 changed files with 71 additions and 62 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rusqlite"
version = "0.6.0"
version = "0.7.2"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Ergonomic wrapper for SQLite"
repository = "https://github.com/jgallagher/rusqlite"
@@ -37,7 +37,7 @@ regex = "~0.1.41"
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"
version = "0.4.0"
version = "0.5.0"
[dependencies.csv]
version = "~0.14.3"