From 7c76a4a04e386d3f1371977d210ed4e8ab2848f2 Mon Sep 17 00:00:00 2001 From: davidontop Date: Sat, 15 Jun 2024 11:47:07 +0200 Subject: [PATCH] fix: version on macros --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e13f47e..64d0ce5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" repository = "https://git.davidon.top/public/leptos_reactive_axum.git" [dependencies] -leptos_reactive_axum_macros = { path = "./macros" } +leptos_reactive_axum_macros = { path = "./macros", version = "0" } leptos_reactive = { version = "0.6", features = ["ssr"] } axum = "0.7" scopeguard = "1.2.0"