From 3ae14680f4842707afa2127d699479c3f23b1723 Mon Sep 17 00:00:00 2001 From: Casper Meijn Date: Thu, 22 Aug 2024 16:14:32 +0200 Subject: [PATCH] build: Increase MSRV to 1.71.1 Rust 1.71.1 was released on Aug. 3, 2023 (1 year ago at this time). This allows to bump `pulldown-cmark` dependency to the latest version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56855e359..3249abdc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ authors = [ ] license = "Apache-2.0" repository = "https://github.com/tokio-rs/prost" -rust-version = "1.70" +rust-version = "1.71.1" edition = "2021" [profile.bench]