From 1a5dcc5e7025ab1a9a882656d48729144358d821 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Sat, 12 Apr 2025 17:23:16 +0100 Subject: [PATCH] build: Clarify that MSRV bump is an OR of potential reasons Signed-off-by: Rob Bradford --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 991f71879..4880500bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ version = "45.0.0" # Minimum buildable version: # Keep in sync with version in .github/workflows/build.yaml # Policy on MSRV (see #4318): -# Can only be bumped by: +# Can only be bumped if satisfying any of the following: # a.) A dependency requires it, # b.) If we want to use a new feature and that MSRV is at least 6 months old, # c.) There is a security issue that is addressed by the toolchain update.