mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 15:19:27 +08:00
Bump version to 0.0.3
This commit is contained in:
parent
05b03ae2ce
commit
85ebbda885
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rusqlite"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
||||
description = "Ergonomic wrapper for SQLite"
|
||||
homepage = "https://github.com/jgallagher/rusqlite"
|
||||
|
@ -1,3 +1,8 @@
|
||||
# Version 0.0.3 (2014-12-23)
|
||||
|
||||
* Updates to track latest rustc changes.
|
||||
* Add call to `sqlite3_busy_timeout`.
|
||||
|
||||
# Version 0.0.2 (2014-12-04)
|
||||
|
||||
* Remove use of now-deprecated `std::vec::raw::from_buf`.
|
||||
|
Loading…
Reference in New Issue
Block a user