diff --git a/.changes/leptos-bump.md b/.changes/leptos-bump.md new file mode 100644 index 0000000000..3ff466dfa5 --- /dev/null +++ b/.changes/leptos-bump.md @@ -0,0 +1,5 @@ +--- +"create-tauri-app": "patch" +--- + +Bump `leptos` to `0.8`. \ No newline at end of file diff --git a/templates/template-leptos/Cargo.toml.lte b/templates/template-leptos/Cargo.toml.lte index a5149e5794..4a29cdbb29 100644 --- a/templates/template-leptos/Cargo.toml.lte +++ b/templates/template-leptos/Cargo.toml.lte @@ -5,7 +5,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -leptos = { version = "0.7", features = ["csr"] } +leptos = { version = "0.8", features = ["csr"] } wasm-bindgen = "0.2" wasm-bindgen-futures = "0.4" js-sys = "0.3"