From 123d95c34c54c883553b84d3b4dff3c23572ada0 Mon Sep 17 00:00:00 2001 From: itowlson Date: Fri, 3 May 2024 10:25:22 +1200 Subject: [PATCH] Update leptos-spin-macro reference (#2570) Signed-off-by: itowlson --- leptos/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leptos/Cargo.toml b/leptos/Cargo.toml index f407058e4..1e749feb9 100644 --- a/leptos/Cargo.toml +++ b/leptos/Cargo.toml @@ -16,7 +16,7 @@ leptos_macro = { workspace = true } leptos_reactive = { workspace = true } leptos_server = { workspace = true } leptos_config = { workspace = true } -leptos-spin-macro = { version = "0.1", optional = true } +leptos-spin-macro = { version = "0.2", optional = true } tracing = "0.1" typed-builder = "0.18" typed-builder-macro = "0.18"