Skip to content

Commit 08749eb

Browse files
author
Ralf Grubenmann
committed
update to leptos 0.6
1 parent 76eb5d5 commit 08749eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "leptos_charts"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55

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

88
[dependencies]
9-
leptos = { version = "0.5.0", features = ["nightly"] }
10-
leptos-use = { version = "0.7.1" }
9+
leptos = { version = "0.6.0", features = ["nightly"] }
10+
leptos-use = { version = "0.9.0" }
1111
num-traits = { version = "0.2.16" }
1212
itertools = "0.11.0"
1313
once_cell = "1.18.0"

0 commit comments

Comments
 (0)