File tree Expand file tree Collapse file tree 6 files changed +12
-3
lines changed Expand file tree Collapse file tree 6 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 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
1919jobs :
2020 build :
Original file line number Diff line number Diff line change 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
88This is a client-side driver for [ ScyllaDB] written in pure Rust with a fully async API using [ Tokio] .
99Although optimized for ScyllaDB, the driver is also compatible with [ Apache Cassandra®] .
@@ -66,7 +66,12 @@ Ongoing efforts:
6666Please 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:
70+ - Will be announced in release notes.
71+ - Before 1.0 will only happen in major releases.
72+ - After 1.0 will also happen in minor, but not patch releases.
73+
74+ Exact MSRV policy after 1.0 is not yet decided.
7075
7176## Reference Documentation
7277
Original file line number Diff line number Diff line change 22name = " scylla-cql"
33version = " 0.3.0"
44edition = " 2021"
5+ rust-version = " 1.70"
56description = " CQL data types and primitives, for interacting with Scylla."
67repository = " https://github.com/scylladb/scylla-rust-driver"
78readme = " ../README.md"
Original file line number Diff line number Diff line change 22name = " scylla-macros"
33version = " 0.6.0"
44edition = " 2021"
5+ rust-version = " 1.70"
56description = " proc macros for scylla async CQL driver"
67repository = " https://github.com/scylladb/scylla-rust-driver"
78readme = " ../README.md"
Original file line number Diff line number Diff line change 22name = " scylla-proxy"
33version = " 0.0.3"
44edition = " 2021"
5+ rust-version = " 1.70"
56description = " Proxy layer between Scylla driver and cluster that enables testing Scylla drivers' behaviour in unfavourable conditions"
67repository = " https://github.com/scylladb/scylla-rust-driver"
78readme = " ../README.md"
Original file line number Diff line number Diff line change 22name = " scylla"
33version = " 0.14.0"
44edition = " 2021"
5+ rust-version = " 1.70"
56description = " Async CQL driver for Rust, optimized for Scylla, fully compatible with Apache Cassandra™"
67repository = " https://github.com/scylladb/scylla-rust-driver"
78readme = " ../README.md"
You can’t perform that action at this time.
0 commit comments