From e5e7474eda74433c1ffc877748288580d5cf435c Mon Sep 17 00:00:00 2001 From: Maccesch Date: Sun, 26 May 2024 12:33:12 -0500 Subject: [PATCH] updated dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59f684d..1540db5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/Synphonyte/leptos-struct-table" [dependencies] leptos = { version = "0.6" } -leptos-struct-table-macro = { version = "0.10.0", path = "../leptos-struct-table-macro" } +leptos-struct-table-macro = { version = "0.11.0" } leptos-use = "0.10" rust_decimal = { version = "1.35", optional = true } chrono = { version = "0.4", optional = true }