Skip to content

Commit

Permalink
build: Increase MSRV to 1.71.1 (#1135)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
caspermeijn authored Aug 30, 2024
1 parent 57e7942 commit 02f3edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 02f3edf

Please sign in to comment.