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

This commit is contained in:
gwenn
2016-07-02 11:51:42 +02:00
10 changed files with 62 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rusqlite"
version = "0.7.2"
version = "0.7.3"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Ergonomic wrapper for SQLite"
repository = "https://github.com/jgallagher/rusqlite"
@@ -26,7 +26,6 @@ time = "~0.1.0"
bitflags = "0.7"
lru-cache = "0.0.7"
libc = "~0.2"
clippy = {version = "~0.0.58", optional = true}
chrono = { version = "~0.2", optional = true }
serde_json = { version = "0.6", optional = true }