Skip to content

Commit

Permalink
fix: compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed Sep 19, 2024
1 parent cec9707 commit 8254582
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 31 deletions.
56 changes: 26 additions & 30 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ rss = { version = "2.0.9", optional = true }
leptos_icons = "0.3.1"
icondata = "0.4.0"
tracing-subscriber = { version = "0.3.18", optional = true }
katex = {version = "0.4.6", optional = true}
katex = { version = "0.4.6", optional = true, default-features = false, features = [
"duktape",
] }


[features]
Expand Down

0 comments on commit 8254582

Please sign in to comment.