fix: version bump

This commit is contained in:
DavidOnTop 2024-07-05 10:14:54 +02:00
parent 4e65532679
commit dee03ecf33
No known key found for this signature in database
GPG key ID: 5D05538A45D5149F
2 changed files with 2 additions and 2 deletions

View file

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