Skip to content

Commit

Permalink
v0.8.1: match mdbook 0.4.40
Browse files Browse the repository at this point in the history
  • Loading branch information
SichangHe committed May 17, 2024
1 parent d900cce commit f026942
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 8 deletions.
40 changes: 34 additions & 6 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-katex"
version = "0.8.0"
version = "0.8.1"
authors = [
"Lucas Zanini <[email protected]>",
"Steven Hé (Sīchàng) <[email protected]>",
Expand All @@ -13,7 +13,7 @@ repository = "https://github.com/lzanini/mdbook-katex"

[dependencies]
clap = { version = "4.5", features = ["cargo"] }
mdbook = { version = "0.4.37", default-features = false }
mdbook = { version = "0.4.40", default-features = false }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
Expand Down

0 comments on commit f026942

Please sign in to comment.