From d03a8bc72f3caf65edd2584059bbbf09e00dc56d Mon Sep 17 00:00:00 2001 From: Lindsey Moore Date: Wed, 16 Apr 2025 12:18:59 -0400 Subject: [PATCH] DOCSP-49245 Bump MSRV to 1.74 --- snooty.toml | 2 +- source/includes/language-compatibility-table-rust.rst | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/snooty.toml b/snooty.toml index 1b446363..dc4a1c47 100644 --- a/snooty.toml +++ b/snooty.toml @@ -27,7 +27,7 @@ docs-branch = "master" # always set this to the driver version (i.e. 2.6.0, 2.5.0, etc.) version = "3.2.3" # always set this to the minimum supported Rust version -min-rust-version = "1.71.1" +min-rust-version = "1.74" api = "https://docs.rs/mongodb/{+version+}/mongodb" bson-version = "2.14.0" bson-api = "https://docs.rs/bson/{+bson-version+}/bson" diff --git a/source/includes/language-compatibility-table-rust.rst b/source/includes/language-compatibility-table-rust.rst index 71236d47..92cf2984 100644 --- a/source/includes/language-compatibility-table-rust.rst +++ b/source/includes/language-compatibility-table-rust.rst @@ -6,9 +6,12 @@ * - Rust Driver Version - Minimum Supported Rust Version - * - 3.2 + * - 3.3 - {+min-rust-version+} + * - 3.2 + - 1.71.1 + * - 2.8 to 3.1 - 1.61.0