scylladb / cpp-rust-driver

API-compatible rewrite of https://github.com/scylladb/cpp-driver as a wrapper for Rust driver.
GNU Lesser General Public License v2.1
16 stars 11 forks source link

cargo: update rust-driver to 0.14 #160

Closed muzarski closed 2 months ago

muzarski commented 2 months ago

This PR updates the rust-driver dependency to 0.14.

There were some minor API breaking changes such as renaming SerializeCql to SerializeValue.

The most troublesome matter were paging changes in rust driver. We needed to adjust cpp-rust-driver to new paging API introduced in rust-driver:

Pre-review checklist