fix: version on macros

This commit is contained in:
davidontop 2024-06-15 11:47:07 +02:00
parent 5696c4e346
commit 7c76a4a04e
Signed by: DavidOnTop
GPG key ID: 5D05538A45D5149F

View file

@ -13,7 +13,7 @@ license = "MIT"
repository = "https://git.davidon.top/public/leptos_reactive_axum.git" repository = "https://git.davidon.top/public/leptos_reactive_axum.git"
[dependencies] [dependencies]
leptos_reactive_axum_macros = { path = "./macros" } leptos_reactive_axum_macros = { path = "./macros", version = "0" }
leptos_reactive = { version = "0.6", features = ["ssr"] } leptos_reactive = { version = "0.6", features = ["ssr"] }
axum = "0.7" axum = "0.7"
scopeguard = "1.2.0" scopeguard = "1.2.0"