Skip to content

Commit 1a59dd2

Browse files
committed
Bump MSRV to 1.70
It enables sparse cargo index by default, which in turn will make performing MSRV checks locally less of a pain.
1 parent 1ec6020 commit 1a59dd2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
CARGO_TERM_COLOR: always
1515
RUSTFLAGS: -Dwarnings
1616
RUST_BACKTRACE: full
17-
rust_min: 1.66.0 # <- Update this when bumping up MSRV
17+
rust_min: 1.70.0 # <- Update this when bumping up MSRV
1818

1919
jobs:
2020
build:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ScyllaDB Rust Driver
44

55
[![Crates.io](https://img.shields.io/crates/v/scylla.svg)](https://crates.io/crates/scylla) [![docs.rs](https://docs.rs/scylla/badge.svg)](https://docs.rs/scylla)
6-
[![minimum rustc version](https://img.shields.io/badge/rustc-1.66-orange.svg)](https://crates.io/crates/scylla)
6+
[![minimum rustc version](https://img.shields.io/badge/rustc-1.70-orange.svg)](https://crates.io/crates/scylla)
77

88
This is a client-side driver for [ScyllaDB] written in pure Rust with a fully async API using [Tokio].
99
Although optimized for ScyllaDB, the driver is also compatible with [Apache Cassandra®].
@@ -66,7 +66,7 @@ Ongoing efforts:
6666
Please join the `#rust-driver` channel on [ScyllaDB Slack] to discuss any issues or questions you might have.
6767

6868
## Supported Rust Versions
69-
Our driver's minimum supported Rust version (MSRV) is 1.66.0. Any changes will be explicitly published and will only happen during major releases.
69+
Our driver's minimum supported Rust version (MSRV) is 1.70.0. Any changes will be explicitly published and will only happen during major releases.
7070

7171
## Reference Documentation
7272

0 commit comments

Comments
 (0)