mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-30 15:32:22 +08:00
Merge branch 'master' of https://github.com/photex/rusqlite into photex-master
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rusqlite"
|
||||
version = "0.7.3"
|
||||
version = "0.7.4"
|
||||
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"]
|
||||
|
||||
[dependencies]
|
||||
time = "~0.1.0"
|
||||
@@ -34,7 +35,7 @@ regex = "~0.1.41"
|
||||
|
||||
[dependencies.libsqlite3-sys]
|
||||
path = "libsqlite3-sys"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
|
||||
[[test]]
|
||||
name = "config_log"
|
||||
|
||||
Reference in New Issue
Block a user