From 22141aa6d7b0f97441a60111046d1ef7260b68dc Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 29 Apr 2025 20:58:02 +0100 Subject: fix: use_context works --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5dc98c9..06662d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,9 +9,10 @@ filamento = { path = "../luz/filamento", features = ["serde"] } futures = "0.3.31" indexmap = "2.9.0" jid = { path = "../luz/jid" } -leptos = { version = "0.7.8", features = ["csr"] } +leptos = { version = "0.7.5", features = ["csr"] } leptos_meta = "0.7.8" leptos_reactive = { version = "0.6.15", features = ["csr"] } +reactive_stores = "0.1.8" serde = "1.0.219" stylance = "0.6.0" thiserror = "2.0.12" -- cgit