Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SichangHe committed Jul 10, 2023
1 parent a356d6d commit e9f1d21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdbook_katex_css_download"
version = "0.2.1"
version = "0.2.2"
authors = ["Steven Hé (Sīchàng) <stevensichanghe@gmail.com>"]
edition = "2021"
description = "Executable to download static CSS and fonts for mdbook-katex"
Expand All @@ -12,9 +12,9 @@ repository = "https://github.com/SichangHe/mdbook_katex_css_download"

[dependencies]
bytes = "1.4"
regex = "1.8"
regex = "1.9"
reqwest = "0.11"
tokio = { version = "1.28", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.29", features = ["macros", "rt-multi-thread"] }

[profile.release]
lto = true
Expand Down

0 comments on commit e9f1d21

Please sign in to comment.