From c3179d88cfebf0ef7fdcfd1fd693c693181cac56 Mon Sep 17 00:00:00 2001 From: benwis Date: Mon, 19 Feb 2024 12:54:43 -0800 Subject: [PATCH] Moved leptos-spin-macro dep to released version --- leptos/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leptos/Cargo.toml b/leptos/Cargo.toml index 2e718b8839..d56d618f5a 100644 --- a/leptos/Cargo.toml +++ b/leptos/Cargo.toml @@ -15,7 +15,7 @@ leptos_macro = { workspace = true } leptos_reactive = { workspace = true } leptos_server = { workspace = true } leptos_config = { workspace = true } -leptos-spin-macro = { git = "https://github.com/fermyon/leptos-spin", optional = true} +leptos-spin-macro = { version="0.1", optional = true} tracing = "0.1" typed-builder = "0.18" typed-builder-macro = "0.18"