We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83ae9f commit 1c8e995Copy full SHA for 1c8e995
Cargo.toml
@@ -14,7 +14,7 @@ console_error_panic_hook = { version = "0.1", optional = true }
14
leptos_axum = { version = "0.8.0", optional = true }
15
leptos_meta = { version = "0.8.0" }
16
tokio = { version = "1", features = ["rt-multi-thread"], optional = true }
17
-wasm-bindgen = { version = "=0.2.100", optional = true }
+wasm-bindgen = { version = "0.2", optional = true }
18
19
[features]
20
hydrate = [
0 commit comments