Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
align wasm versions
  • Loading branch information
jim-taylor-business committed Mar 28, 2024
1 parent 294f526 commit f45b619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -39,7 +39,7 @@ wasm-cookies = { version = "0", optional = true }
gloo-net = { version = "0", optional = true, features = ["http"] }
chrono = { version = "0", optional = true }
# specific version required for better debug messages (from leptos scaffold)
wasm-bindgen = { version = "=0.2.89", optional = true }
wasm-bindgen = { version = "=0.2.92", optional = true }
# required for better debug messages
console_error_panic_hook = { version = "0", optional = true }

Expand Down

0 comments on commit f45b619

Please sign in to comment.