mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Bump to 0.9.3
This commit is contained in:
parent
aa6c542202
commit
dec9e76401
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rusqlite"
|
||||
version = "0.9.2"
|
||||
version = "0.9.3"
|
||||
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
||||
description = "Ergonomic wrapper for SQLite"
|
||||
repository = "https://github.com/jgallagher/rusqlite"
|
||||
|
@ -1,3 +1,7 @@
|
||||
# Version 0.9.3 (2017-01-23)
|
||||
|
||||
* Make `ToSqlOutput` itself implement `ToSql`.
|
||||
|
||||
# Version 0.9.2 (2017-01-22)
|
||||
|
||||
* Bugfix: The `FromSql` impl for `i32` now returns an error instead of
|
||||
|
Loading…
Reference in New Issue
Block a user