leptos_macro-v0.8.14

This commit is contained in:
Greg Johnston
2025-12-19 11:32:43 -05:00
parent 6de2b4006a
commit 764b9cd57d
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -2047,7 +2047,7 @@ dependencies = [
[[package]] [[package]]
name = "leptos_macro" name = "leptos_macro"
version = "0.8.13" version = "0.8.14"
dependencies = [ dependencies = [
"attribute-derive", "attribute-derive",
"cfg-if", "cfg-if",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "leptos_macro" name = "leptos_macro"
version = "0.8.13" version = "0.8.14"
authors = ["Greg Johnston"] authors = ["Greg Johnston"]
license = "MIT" license = "MIT"
repository = "https://github.com/leptos-rs/leptos" repository = "https://github.com/leptos-rs/leptos"