Skip to content

Commit

Permalink
Merge pull request #8 from blaggacao/main
Browse files Browse the repository at this point in the history
imp: bump mdbook version to v0.4.21
  • Loading branch information
JoelCourtney authored Aug 29, 2022
2 parents bb6e607 + a296350 commit 93adb57
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 19 deletions.
24 changes: 7 additions & 17 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,6 +1,6 @@
[package]
name = "mdbook-kroki-preprocessor"
version = "0.1.1"
version = "0.1.2"
authors = ["Joel Courtney <[email protected]>"]
description = "render kroki diagrams from files or code blocks in mdbook"
edition = "2021"
Expand All @@ -11,7 +11,7 @@ license-file = "LICENSE"

[dependencies]
anyhow = "1.0.58"
mdbook = { version = "0.4.18", default-features = false }
mdbook = { version = "0.4.21", default-features = false }
pulldown-cmark = { version = "0.9.1", default-features = false }
pulldown-cmark-to-cmark = "10.0.1"
reqwest = "0.11.11"
Expand Down

0 comments on commit 93adb57

Please sign in to comment.