mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Version bumps to use new bundled SQLite.
This commit is contained in:
parent
62eef1c8a0
commit
0a35f4bb1e
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rusqlite"
|
||||
version = "0.10.0"
|
||||
version = "0.10.1"
|
||||
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
||||
description = "Ergonomic wrapper for SQLite"
|
||||
repository = "https://github.com/jgallagher/rusqlite"
|
||||
@ -40,7 +40,7 @@ regex = "0.2"
|
||||
|
||||
[dependencies.libsqlite3-sys]
|
||||
path = "libsqlite3-sys"
|
||||
version = "0.7.0"
|
||||
version = "0.7"
|
||||
|
||||
[[test]]
|
||||
name = "config_log"
|
||||
|
@ -1,3 +1,7 @@
|
||||
# Version 0.10.1 (UPCOMING)
|
||||
|
||||
* Updates the `bundled` SQLite version to 3.17.0.
|
||||
|
||||
# Version 0.10.0 (2017-02-28)
|
||||
|
||||
* Re-export the `ErrorCode` enum from `libsqlite3-sys`.
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "libsqlite3-sys"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
||||
repository = "https://github.com/jgallagher/rusqlite"
|
||||
description = "Native bindings to the libsqlite3 library"
|
||||
|
Loading…
Reference in New Issue
Block a user