From 08749eb8c01f047dbe57dc603464af01281afe1f Mon Sep 17 00:00:00 2001 From: Ralf Grubenmann Date: Sun, 28 Jan 2024 10:22:29 +0100 Subject: [PATCH] update to leptos 0.6 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cc9bfcf..ea62f3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = { version = "0.9.0" } num-traits = { version = "0.2.16" } itertools = "0.11.0" once_cell = "1.18.0"