Skip to content

Commit

Permalink
v0.5.3: hot fix #90
Browse files Browse the repository at this point in the history
  • Loading branch information
SichangHe committed May 30, 2023
1 parent eef7d98 commit 91ff80a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
28 changes: 12 additions & 16 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.5.2"
version = "0.5.3"
authors = [
"Lucas Zanini <[email protected]>",
"Steven Hé (Sīchàng) <[email protected]>",
Expand All @@ -18,7 +18,7 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
toml = "0.7"
rayon = "1.7.0"
rayon = "1.7"

# Remember to modify the tests accordingly if you modify this.
[target.'cfg(any(target_os = "macos", all(unix, target_arch = "x86_64"), all(windows, target_env = "gnu")))'.dependencies]
Expand Down

0 comments on commit 91ff80a

Please sign in to comment.