events: Remove unwanted pulldown-cmark cargo feature

This commit is contained in:
Kévin Commaille 2024-06-18 12:10:14 +02:00 committed by Kévin Commaille
parent 5f0fc0aec2
commit b367e42bd0

View File

@ -16,7 +16,7 @@ all-features = true
[features]
canonical-json = ["ruma-common/canonical-json"]
html = ["dep:ruma-html"]
markdown = ["pulldown-cmark"]
markdown = ["dep:pulldown-cmark"]
unstable-exhaustive-types = []
unstable-msc1767 = []
unstable-msc2448 = []