From 893c04260ccee996bec2614eeed9e78c1ab49c42 Mon Sep 17 00:00:00 2001 From: Ralf Grubenmann Date: Sat, 3 Feb 2024 11:52:45 +0100 Subject: [PATCH] update leptos use ref --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63ef341..88d6fab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] leptos = { version = "0.6.0", features = ["nightly"] } -leptos-use = {git="https://github.com/Synphonyte/leptos-use.git"}#{ version = "0.9.0" } +leptos-use = { version = "0.10.1" } num-traits = { version = "0.2.16" } itertools = "0.11.0" once_cell = "1.18.0"