Upgrade to wasm-bindgen 0.2.92

This commit is contained in:
2024-04-06 00:03:20 -04:00
parent b3621de215
commit 46502d39f6
2 changed files with 11 additions and 11 deletions

View File

@ -15,7 +15,7 @@ leptos = { version = "0.6", features = ["nightly"] }
leptos_meta = { version = "0.6", features = ["nightly"] }
leptos_axum = { version = "0.6", optional = true }
leptos_router = { version = "0.6", features = ["nightly"] }
wasm-bindgen = "=0.2.89"
wasm-bindgen = "=0.2.92"
leptos_icons = { version = "0.3.0" }
icondata = { version = "0.3.0" }
dotenv = { version = "0.15.0", optional = true }