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

Update rust driver rev in Cargo.toml #103

Closed Gor027 closed 1 year ago

Gor027 commented 1 year ago

Imported scylla-rust-driver by commit hash 9dc6f4871f2. This will include all pre-execution-profile changes in the Rust driver and will resolve the following conflicts:

It was requested by @wprzytula and it aims to make the addition of execution profiles easier.

Pre-review checklist

Gor027 commented 1 year ago

This PR is dependent upon the fix https://github.com/scylladb/cpp-rust-driver/pull/104 to pass the CI successfully.