Skip to content

Commit 87f556f

Browse files
committed
Auto merge of #2636 - JohnTitor:comrak, r=jtgeibel
Update comrak to 0.8 since 0.7.1 is yanked 0.7.1 is yanked as it contained a breaking change that we addressed here a while ago. See: https://github.com/kivikakk/comrak/blob/master/changelog.txt r? @jtgeibel
2 parents 07d42e9 + f1fbb4d commit 87f556f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ swirl = { git = "https://github.com/sgrif/swirl.git", rev = "e87cf37" }
5252
serde_json = "1.0.0"
5353
serde = { version = "1.0.0", features = ["derive"] }
5454
chrono = { version = "0.4.0", features = ["serde"] }
55-
comrak = { version = "0.7", default-features = false }
55+
comrak = { version = "0.8", default-features = false }
5656
ammonia = "3.0.0"
5757
docopt = "1.0"
5858
scheduled-thread-pool = "0.2.0"

0 commit comments

Comments
 (0)