Skip to content

Commit

Permalink
Make clear that the rust-version field follows pulldown-cmark's MSRV.
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron authored Aug 22, 2024
1 parent 21a7f26 commit 7269c4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ documentation = "https://docs.rs/crate/pulldown-cmark-to-cmark"
readme = "README.md"
edition = "2018"
include = ["src/*.rs", "LICENSE-APACHE", "README.md", "CHANGELOG.md"]
# This follows the MSRV of `pulldown-cmark`
rust-version = "1.71.1"

[dependencies]
Expand Down

0 comments on commit 7269c4f

Please sign in to comment.