rusqlite v0.16.0 Release Notes

Release Date: 2018-12-16 // over 5 years ago
    • โšก๏ธ Update README example.
    • ๐Ÿ‘ Allow build time bindgen of bundled SQLite
    • ๐Ÿ›  Fix Timespec FromSql implementations (#431)
    • โž• Add support for forcing cargo:rustc-link-lib to link as native
    • ๐Ÿ’ฅ BREAKING CHANGE: Callbacks must not be able to unwind into sqlite code
    • Introduce OptionalExtension
    • โฌ†๏ธ Upgrade bundled version to SQLite 3.26.0
    • ๐Ÿ’ฅ BREAKING CHANGE: remove deprecated stuff
    • ๐Ÿ›  Fix compilation error with functions and i128 features
    • ๐Ÿ›  Fix test_interrupt #415
    • Rust 2018
    • โฌ†๏ธ Upgrade to bindgen 0.45