mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-25 19:01:38 +08:00
14 lines
291 B
Markdown
14 lines
291 B
Markdown
# 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`.
|
|
* Update to latest version of `time` crate.
|
|
|
|
# Version 0.0.1 (2014-11-21)
|
|
|
|
* Initial release
|