Skip to content

Commit 3c7190f

Browse files
committed
cargo: bump cpp-rs-driver to 1.0.1
This is a backport of multiple fixes to the 1.0 branch, which will be released as 1.0.1.
1 parent 5e63068 commit 3c7190f

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
# -- Global variables
1414

1515
# Builds documentation for the following tags and branches.
16-
TAGS = ["v1.0.0"]
16+
TAGS = ["v1.0.0", "v1.0.1"]
1717
BRANCHES = [
1818
"master",
1919
]
2020
# Sets the latest version.
21-
LATEST_VERSION = "v1.0.0"
21+
LATEST_VERSION = "v1.0.1"
2222
# Set which versions are not released yet.
2323
UNSTABLE_VERSIONS = ["master"]
2424
# Set which versions are deprecated

include/cassandra.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
#define CASS_VERSION_MAJOR 1
5555
#define CASS_VERSION_MINOR 0
56-
#define CASS_VERSION_PATCH 0
56+
#define CASS_VERSION_PATCH 1
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 = "1.0.0"
3+
version = "1.0.1"
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)