Skip to content

Commit

Permalink
update leptos use ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Grubenmann committed Feb 3, 2024
1 parent a2360a0 commit 893c042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 893c042

Please sign in to comment.