Bump to rusqlite 0.6.0 and libsqlite3-sys 0.4.0.

This commit is contained in:
John Gallagher
2015-12-17 00:16:30 -05:00
parent 94492ebef3
commit 38cf8d597b
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Version UPCOMING (TBD)
# Version 0.6.0 (2015-12-17)
* BREAKING CHANGE: `SqliteError` is now an enum instead of a struct. Previously, we were (ab)using
the error code and message to send back both underlying SQLite errors and errors that occurred