We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d15234 commit f68d870Copy full SHA for f68d870
.changes/leptos-bump.md
@@ -0,0 +1,6 @@
1
+---
2
+"create-tauri-app": "patch"
3
+"create-tauri-app-js": "patch"
4
5
+
6
+Bump `leptos` to `0.8`.
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
7
[dependencies]
8
-leptos = { version = "0.7", features = ["csr"] }
+leptos = { version = "0.8", features = ["csr"] }
9
wasm-bindgen = "0.2"
10
wasm-bindgen-futures = "0.4"
11
js-sys = "0.3"
0 commit comments