Skip to content

Commit 1da6c85

Browse files
committed
Cargo.toml: Add "rust-version" field
This is a field that describes current MSRV of the crate. In the future it will be used by Cargo during resolving to get versions compatible with users toolchain. For that reason we should provide it.
1 parent 4e00d81 commit 1da6c85

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

scylla-cql/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "scylla-cql"
33
version = "0.3.0"
44
edition = "2021"
5+
rust-version = "1.70"
56
description = "CQL data types and primitives, for interacting with Scylla."
67
repository = "https://github.com/scylladb/scylla-rust-driver"
78
readme = "../README.md"

scylla-macros/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "scylla-macros"
33
version = "0.6.0"
44
edition = "2021"
5+
rust-version = "1.70"
56
description = "proc macros for scylla async CQL driver"
67
repository = "https://github.com/scylladb/scylla-rust-driver"
78
readme = "../README.md"

scylla-proxy/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "scylla-proxy"
33
version = "0.0.3"
44
edition = "2021"
5+
rust-version = "1.70"
56
description = "Proxy layer between Scylla driver and cluster that enables testing Scylla drivers' behaviour in unfavourable conditions"
67
repository = "https://github.com/scylladb/scylla-rust-driver"
78
readme = "../README.md"

scylla/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "scylla"
33
version = "0.14.0"
44
edition = "2021"
5+
rust-version = "1.70"
56
description = "Async CQL driver for Rust, optimized for Scylla, fully compatible with Apache Cassandra™"
67
repository = "https://github.com/scylladb/scylla-rust-driver"
78
readme = "../README.md"

0 commit comments

Comments
 (0)