diff --git a/docs/source/topics/building.md b/docs/source/topics/building.md index 2d071e7f..992596dc 100644 --- a/docs/source/topics/building.md +++ b/docs/source/topics/building.md @@ -10,7 +10,7 @@ instead. ## Compatibility * Compilers: - - rustc 1.82+ (as part of the Rust toolchain, available at [rustup.rs]); + - rustc (as part of the Rust toolchain, available at [rustup.rs]). The officially supported version is the most recent stable. Older versions may work, but we don't guarantee that. - any reasonable C/C++ compiler, such as GCC or Clang (for tests & examples). ## Dependencies diff --git a/scylla-rust-wrapper/Cargo.toml b/scylla-rust-wrapper/Cargo.toml index 407e88e4..ea1e4d49 100644 --- a/scylla-rust-wrapper/Cargo.toml +++ b/scylla-rust-wrapper/Cargo.toml @@ -8,6 +8,7 @@ readme = "./README.md" keywords = ["database", "scylla", "cql", "cassandra"] categories = ["database"] license = "MIT OR Apache-2.0" +rust-version = "1.85" [dependencies] scylla = { git = "https://github.com/scylladb/scylla-rust-driver.git", rev = "v1.3.0", features = [