mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Bump to version 0.7.0.
Also bumps libsqlite3-sys to 0.5.0.
This commit is contained in:
parent
e3b7d9612f
commit
9379002076
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rusqlite"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
||||
description = "Ergonomic wrapper for SQLite"
|
||||
repository = "https://github.com/jgallagher/rusqlite"
|
||||
@ -35,7 +35,7 @@ regex = "~0.1.41"
|
||||
|
||||
[dependencies.libsqlite3-sys]
|
||||
path = "libsqlite3-sys"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
|
||||
[[test]]
|
||||
name = "config_log"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Version UPCOMING (...)
|
||||
# Version 0.7.0 (2016-05-19)
|
||||
|
||||
* BREAKING CHANGE: `Rows` no longer implements `Iterator`. It still has a `next()` method, but
|
||||
the lifetime of the returned `Row` is now tied to the lifetime of the vending `Rows` object.
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "libsqlite3-sys"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
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