File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-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,7 @@ 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 will be explicitly published and will only happen during major releases.
7070
7171## Reference Documentation
7272
You can’t perform that action at this time.
0 commit comments