Skip to content

Commit 5e39c8c

Browse files
committed
cargo: bump cpp-rs-driver to 1.0.0
Also, the version in the header file was updated to 1.0.0. We cut off the old version 2.16.1, which was the last version of the original cpp-rs-driver, and we start with 1.0.0 for the new release.
1 parent 08d2782 commit 5e39c8c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

include/cassandra.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
* over the Cassandra Binary Protocol (versions 1, 2, or 3).
5252
*/
5353

54-
#define CASS_VERSION_MAJOR 2
55-
#define CASS_VERSION_MINOR 16
56-
#define CASS_VERSION_PATCH 1
54+
#define CASS_VERSION_MAJOR 1
55+
#define CASS_VERSION_MINOR 0
56+
#define CASS_VERSION_PATCH 0
5757
#define CASS_VERSION_SUFFIX ""
5858

5959
#ifdef __cplusplus

scylla-rust-wrapper/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scylla-rust-wrapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scylla-rust-wrapper"
3-
version = "0.6.0"
3+
version = "1.0.0"
44
edition = "2024"
55
description = "Wrapper for Scylla's Rust driver, exports functions to be used by C"
66
repository = "https://github.com/scylladb/scylla-rust-driver"

0 commit comments

Comments
 (0)