cassandra-rs v0.15.1 Release Notes

Release Date: 2020-06-02 // almost 4 years ago
  • โž• Added

    • Conversion functions between uuid::Uuid and this library's Uuid.

    ๐Ÿ”„ Changed

    • ๐Ÿ”€ PreparedStatement is now considered Sync, and can be shared across threads.

    ๐Ÿ›  Fixed

    • โœ‚ Remove unnecessary build.rs, making it easier to build the crate.