Skip to content

Commit

Permalink
bump pulldown-cmark to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guppy0130 committed Jul 28, 2021
1 parent e269300 commit aab5f11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "markrust"
version = "1.3.0"
version = "1.4.0"
authors = ["guppy0130 <guppy0130@yahoo.com>"]
edition = "2018"
description = "Converts Markdown to Atlassian markup"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
pulldown-cmark = { version = "0.7.2", default-features = false, features = ["simd"] }
pulldown-cmark = { version = "0.8.0", default-features = false, features = ["simd"] }
clap = "2.33.3"

0 comments on commit aab5f11

Please sign in to comment.