Skip to content

Commit 02f3edf

Browse files
authored
build: Increase MSRV to 1.71.1 (#1135)
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.
1 parent 57e7942 commit 02f3edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ authors = [
2626
]
2727
license = "Apache-2.0"
2828
repository = "https://github.com/tokio-rs/prost"
29-
rust-version = "1.70"
29+
rust-version = "1.71.1"
3030
edition = "2021"
3131

3232
[profile.bench]

0 commit comments

Comments
 (0)