build(wasm): bump up wasm-bingden version to the binary schema version

This commit is contained in:
Ryan Mwangi 2024-12-05 14:10:41 +03:00
parent aca1ab236b
commit 4f9b421f52
3 changed files with 2902 additions and 6 deletions

2901
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@ leptos = { version = "0.6" }
leptos_meta = { version = "0.6" }
leptos_actix = { version = "0.6", optional = true }
leptos_router = { version = "0.6" }
wasm-bindgen = "=0.2.95"
wasm-bindgen = "=0.2.96"
[features]
csr = ["leptos/csr", "leptos_meta/csr", "leptos_router/csr"]

View File

@ -1,8 +1,3 @@
<picture>
<source srcset="https://raw.githubusercontent.com/leptos-rs/leptos/main/docs/logos/Leptos_logo_Solid_White.svg" media="(prefers-color-scheme: dark)">
<img src="https://raw.githubusercontent.com/leptos-rs/leptos/main/docs/logos/Leptos_logo_RGB.svg" alt="Leptos Logo">
</picture>
# Leptos Starter Template
This is a template for use with the [Leptos](https://github.com/leptos-rs/leptos) web framework and the [cargo-leptos](https://github.com/akesson/cargo-leptos) tool.