Skip to content

Commit

Permalink
update to leptos 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Grubenmann committed Jan 28, 2024
1 parent 76eb5d5 commit a2360a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "leptos_charts"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
leptos = { version = "0.5.0", features = ["nightly"] }
leptos-use = { version = "0.7.1" }
leptos = { version = "0.6.0", features = ["nightly"] }
leptos-use = {git="https://github.com/Synphonyte/leptos-use.git"}#{ version = "0.9.0" }
num-traits = { version = "0.2.16" }
itertools = "0.11.0"
once_cell = "1.18.0"
Expand Down

0 comments on commit a2360a0

Please sign in to comment.