Merge branch 'master' into semver-check

This commit is contained in:
John Gallagher
2017-02-23 15:36:54 -05:00
committed by GitHub
17 changed files with 22 additions and 28 deletions

View File

@@ -17,6 +17,7 @@
* rusqlite now performs a one-time check (prior to the first connection attempt) that the runtime
SQLite version is at least as new as the SQLite version found at buildtime. This check can by
skipped by calling the unsafe function `rusqlite::bypass_sqlite_version_check()`.
* Removes the `libc` dependency in favor of using `std::os::raw`
# Version 0.9.5 (2017-01-26)