From bca46e8256443546ea53dbf3379f1a5e6985ab03 Mon Sep 17 00:00:00 2001 From: Maccesch Date: Mon, 12 Aug 2024 21:59:10 +0100 Subject: [PATCH] updated leptos dependencies to master --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 22269ea..619a4a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,9 +26,9 @@ http1 = { version = "1", optional = true, package = "http" } http0_2 = { version = "0.2", optional = true, package = "http" } js-sys = "0.3" lazy_static = "1" -leptos = { version = "0.7.0-beta", git = "https://github.com/leptos-rs/leptos", branch = "leptos_0.7" } -leptos_axum = { version = "0.7.0-beta", optional = true, git = "https://github.com/leptos-rs/leptos", branch = "leptos_0.7" } -leptos_actix = { version = "0.7.0-beta", optional = true, git = "https://github.com/leptos-rs/leptos", branch = "leptos_0.7" } +leptos = { git = "https://github.com/leptos-rs/leptos" } +leptos_axum = { optional = true, git = "https://github.com/leptos-rs/leptos" } +leptos_actix = { optional = true, git = "https://github.com/leptos-rs/leptos" } leptos-spin = { version = "0.2", optional = true } num = { version = "0.4", optional = true } paste = "1" @@ -131,7 +131,7 @@ features = [ [dev-dependencies] getrandom = { version = "0.2", features = ["js"] } -leptos_meta = { version = "0.7.0-beta", git = "https://github.com/leptos-rs/leptos", branch = "leptos_0.7" } +leptos_meta = { git = "https://github.com/leptos-rs/leptos" } rand = "0.8" codee = { version = "0.1", features = ["json_serde", "msgpack_serde", "base64", "prost"] } serde = { version = "1", features = ["derive"] }