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"