Skip to content

Commit

Permalink
build(deps): update pulldown-cmark to 0.12 and pulldown-cmark-to-cmar…
Browse files Browse the repository at this point in the history
…k to 16
  • Loading branch information
caspermeijn committed Sep 1, 2024
1 parent 96c40d7 commit fe88495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
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

0 comments on commit fe88495

Please sign in to comment.