Skip to content

Commit

Permalink
Merge pull request #55 from Gowee/nowasm
Browse files Browse the repository at this point in the history
fix: wasm_support feature has no effect
  • Loading branch information
hschimke authored Oct 28, 2024
2 parents f73eb1e + 4bbc00c commit 73ae0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ once_cell = "1.19"
encoding = "0.2"
urlencoding = "2.1.3"
uriparse = "0.6.4"
chrono = "0.4.38"
chrono = { version = "0.4.38", default-features = false, features = ["clock", "std", "oldtime"] }
chrono-tz = "0.9"
image = {version = "0.25.2", optional = true, default-features = false}
imageproc = {version = "0.25", optional = true}
Expand Down

0 comments on commit 73ae0b9

Please sign in to comment.