From 4ce592942c11ded21aa5a42646005e43bb59f773 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 02:33:00 +0000 Subject: [PATCH] Update Rust crate leptos to 0.7.0 --- packages/floating-ui-examples/Cargo.toml | 2 +- packages/radix-primitives-examples/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/floating-ui-examples/Cargo.toml b/packages/floating-ui-examples/Cargo.toml index f9c66af..501f2b7 100644 --- a/packages/floating-ui-examples/Cargo.toml +++ b/packages/floating-ui-examples/Cargo.toml @@ -14,6 +14,6 @@ console_log.workspace = true console_error_panic_hook.workspace = true convert_case = "0.6.0" floating-ui-leptos = "0.1.3" -leptos = {version = "0.6.15", features = ["csr"]} +leptos = {version = "0.7.0", features = ["csr"]} log.workspace = true tailwind_fuse.workspace = true diff --git a/packages/radix-primitives-examples/Cargo.toml b/packages/radix-primitives-examples/Cargo.toml index 4ec8406..92c8bae 100644 --- a/packages/radix-primitives-examples/Cargo.toml +++ b/packages/radix-primitives-examples/Cargo.toml @@ -20,6 +20,6 @@ radix-leptos-label = "0.0.2" radix-leptos-progress = "0.0.2" radix-leptos-switch = "0.0.2" radix-leptos-toggle = "0.0.2" -leptos = { version = "0.6.15", features = ["csr"] } +leptos = { version = "0.7.0", features = ["csr"] } log.workspace = true tailwind_fuse.workspace = true