diff options
author | 2025-05-10 05:12:31 +0100 | |
---|---|---|
committer | 2025-05-10 05:12:31 +0100 | |
commit | cf6e64da8dfb78dd103727066fa494d79912fe2a (patch) | |
tree | a789e7b12a69a1f360145232a6300e4659b5d117 /Cargo.toml | |
parent | cf2ffc5ecb2eefbb425a4d05583d3e4d9645bf2b (diff) | |
download | macaw-web-cf6e64da8dfb78dd103727066fa494d79912fe2a.tar.gz macaw-web-cf6e64da8dfb78dd103727066fa494d79912fe2a.tar.bz2 macaw-web-cf6e64da8dfb78dd103727066fa494d79912fe2a.zip |
chore: update leptos to 0.8.2
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -15,11 +15,12 @@ filamento = { path = "../luz/filamento", features = [ futures = "0.3.31" indexmap = "2.9.0" jid = { path = "../luz/jid" } -leptos = { version = "0.7.5", features = ["csr"] } -leptos-use = "0.15.7" -leptos_meta = "0.7.8" -leptos_reactive = { version = "0.6.15", features = ["csr"] } -reactive_stores = "0.1.8" +leptos = { version = "0.8.2", features = ["csr"] } +# leptos-use = "0.15.7" +# leptos_meta = "0.8.2" +# reactive_graph = "0.2.2" +# leptos_reactive = { version = "0.6.15", features = ["csr"] } +reactive_stores = "0.2.2" serde = "1.0.219" stylance = "0.6.0" thiserror = "2.0.12" |