Skip to content

Commit

Permalink
chore: specify version of pulldown-cmark-escape in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin1887 committed Feb 3, 2024
1 parent f874c08 commit 42bff71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulldown-cmark/Cargo.toml
Expand Up @@ -69,7 +69,7 @@ unicase = "2.6"
memchr = "2.5"
getopts = { version = "0.2", optional = true }
serde = { version = "1.0", optional = true, features = ["derive"] }
pulldown-cmark-escape = { path = "../pulldown-cmark-escape", optional = true }
pulldown-cmark-escape = { path = "../pulldown-cmark-escape", version = "0.10.0", optional = true }

[dev-dependencies]
lazy_static = "1.4"
Expand Down

0 comments on commit 42bff71

Please sign in to comment.