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

This commit is contained in:
gwenn
2016-12-31 09:15:26 +01:00
31 changed files with 209042 additions and 848 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rusqlite"
version = "0.7.3"
version = "0.8.0"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Ergonomic wrapper for SQLite"
repository = "https://github.com/jgallagher/rusqlite"
@@ -18,6 +18,7 @@ backup = []
blob = []
functions = []
trace = []
bundled = ["libsqlite3-sys/bundled"]
vtab = []
csvtab = ["csv"]
@@ -36,7 +37,7 @@ regex = "0.1"
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"
version = "0.5.0"
version = "0.6.0"
[dependencies.csv]
version = "0.14"