mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Bump version
This commit is contained in:
parent
038d30e2c8
commit
231a176414
@ -1,9 +1,9 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rusqlite"
|
name = "rusqlite"
|
||||||
version = "0.0.16"
|
version = "0.0.17"
|
||||||
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
||||||
description = "Ergonomic wrapper for SQLite"
|
description = "Ergonomic wrapper for SQLite"
|
||||||
repository = "https://github.com/jgallagher/rusqlite"
|
repository = "https://github.com/jgallagher/rusqlite/tree/stable"
|
||||||
documentation = "http://www.rust-ci.org/jgallagher/rusqlite/doc/rusqlite/"
|
documentation = "http://www.rust-ci.org/jgallagher/rusqlite/doc/rusqlite/"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["sqlite", "database", "ffi"]
|
keywords = ["sqlite", "database", "ffi"]
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
# Version 0.0.17 (2015-04-03)
|
||||||
|
|
||||||
|
* Publish version that builds on stable rust (beta). This version lives on the
|
||||||
|
`stable` branch. Development continues on `master` and still requires a nightly
|
||||||
|
version of Rust.
|
||||||
|
|
||||||
# Version 0.0.16
|
# Version 0.0.16
|
||||||
|
|
||||||
* Updates to track rustc nightly.
|
* Updates to track rustc nightly.
|
||||||
|
Loading…
Reference in New Issue
Block a user