Skip to content

Commit f68d870

Browse files
authored
Bump leptos to 0.8 (#895)
1 parent 8d15234 commit f68d870

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changes/leptos-bump.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77
[dependencies]
8-
leptos = { version = "0.7", features = ["csr"] }
8+
leptos = { version = "0.8", features = ["csr"] }
99
wasm-bindgen = "0.2"
1010
wasm-bindgen-futures = "0.4"
1111
js-sys = "0.3"

0 commit comments

Comments
 (0)