Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions prost-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ prettyplease = { version = "0.2", optional = true }
syn = { version = "2", features = ["full"], optional = true }

# These two must be kept in sync, used for `cleanup-markdown` feature.
pulldown-cmark = { version = "0.9.1", optional = true, default-features = false }
pulldown-cmark-to-cmark = { version = "10.0.1", optional = true }
pulldown-cmark = { version = "0.12", optional = true, default-features = false }
pulldown-cmark-to-cmark = { version = "16", optional = true }

[dev-dependencies]
env_logger = { version = "0.11", default-features = false }
3 changes: 0 additions & 3 deletions prost-build/src/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,6 @@ where
Event::Start(Tag::CodeBlock(kind)) => {
Event::Start(Tag::CodeBlock(map_codeblock(kind)))
}
Event::End(Tag::CodeBlock(kind)) => {
Event::End(Tag::CodeBlock(map_codeblock(kind)))
}
e => e,
}
},
Expand Down