From 110867e9a7b6cf2dfc4ab371ce2ce7f18caf016e Mon Sep 17 00:00:00 2001 From: Ryan Khetlyr Date: Thu, 28 Nov 2024 08:03:09 -0800 Subject: [PATCH] fix versions --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 43c9b0c..f7b769c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ edition = "2021" [dependencies] leptos = { version = "0.7.0-rc2", features = ["csr"] } -leptos_meta = { version = "0.7.0-alpha", features = ["csr"] } -leptos_router = { version = "0.7.0-alpha", features = ["csr"] } +leptos_meta = { version = "0.7.0-rc2", features = ["csr"] } +leptos_router = { version = "0.7.0-rc2", features = ["csr"] } web-sys = { version = "0.3", features = ["Storage"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" \ No newline at end of file