From 371b0435b9bebc226dc17069a8e91ee7fa6d86ab Mon Sep 17 00:00:00 2001 From: Abraham Egnor Date: Mon, 10 Mar 2025 14:32:09 -0400 Subject: [PATCH] RUST-1375 Update bson crate MSRV policy --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f881635..efb48dc4 100644 --- a/README.md +++ b/README.md @@ -269,8 +269,7 @@ This crate compiles to the `wasm32-unknown-unknown` target; when doing so, the ` ## Minimum supported Rust version (MSRV) -The MSRV for this crate is currently 1.71.1. This will be rarely be increased, and if it ever is, -it will only happen in a minor or major version release. +The MSRV for this crate is currently 1.71.1. Increases to the MSRV will only happen in a minor or major version release, and will be to a Rust version at least six months old. ## Contributing