We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76eb5d5 commit 08749ebCopy full SHA for 08749eb
Cargo.toml
@@ -1,13 +1,13 @@
1
[package]
2
name = "leptos_charts"
3
-version = "0.1.0"
+version = "0.2.0"
4
edition = "2021"
5
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8
[dependencies]
9
-leptos = { version = "0.5.0", features = ["nightly"] }
10
-leptos-use = { version = "0.7.1" }
+leptos = { version = "0.6.0", features = ["nightly"] }
+leptos-use = { version = "0.9.0" }
11
num-traits = { version = "0.2.16" }
12
itertools = "0.11.0"
13
once_cell = "1.18.0"
0 commit comments