cargo rusqlite 0.24.1
rusqlite 0.24.1, libsqlite3-sys 0.20.1

latest releases: 0.35.0, 0.34.0, 0.33.0...
4 years ago
  • The lru-cache crate has been replaced with hashlink, which may fix panics on Rust nightly caused by unsoundness in some versions of the lru-cache crate (#811).

  • A positional BLOB I/O API has been added, which more closely mirrors SQLites actual BLOB I/O api, and is similar to unix-style pwrite/pread. (#780).

  • A winsqlite3 feature as been added to both rusqlite and libsqlite3-sys which allows linking against the SQLite present in newer versions of Windows 10 (#796).

  • Rusqlite's iterator types are now #[must_use] (#799).

  • Several dependencies have been updated.

Don't miss a new rusqlite release

NewReleases is sending notifications on new releases.