mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Bump to 0.10.2.
This commit is contained in:
parent
401d1f81e1
commit
893bae1220
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rusqlite"
|
name = "rusqlite"
|
||||||
version = "0.10.1"
|
version = "0.10.2"
|
||||||
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"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Version 0.10.2 (UPCOMING)
|
# Version 0.10.2 (2017-04-05)
|
||||||
|
|
||||||
* Avoid publicly exporting SQLite constants multiple times from libsqlite3-sys.
|
* Avoid publicly exporting SQLite constants multiple times from libsqlite3-sys.
|
||||||
* Adds `FromSql` and `ToSql` impls for `isize`. Documents why `usize` and `u64` are not included.
|
* Adds `FromSql` and `ToSql` impls for `isize`. Documents why `usize` and `u64` are not included.
|
||||||
|
Loading…
Reference in New Issue
Block a user