Skip to content

Commit

Permalink
(prost-build): Set pulldown-cmark to 0.9.1 for minversions check
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Silverstone <[email protected]>
  • Loading branch information
kinnison committed May 24, 2022
1 parent dc0525d commit 1be3375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prost-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tempfile = "3"
lazy_static = "1.4.0"
regex = { version = "1.5.5", default-features = false, features = ["std", "unicode-bool"] }
# These two must be kept in sync
pulldown-cmark = { version = "0.9", optional = true, default-features = false }
pulldown-cmark = { version = "0.9.1", optional = true, default-features = false }
pulldown-cmark-to-cmark = { version = "10.0", optional = true }

[build-dependencies]
Expand Down

0 comments on commit 1be3375

Please sign in to comment.