leptos/leptos_macro
martin frances fb914e1a50
chore: bump outdated dependencies in leptos_macro (#1796)
-attribute-derive = { version = "0.6", features = ["syn-full"] }
+attribute-derive = { version = "0.8", features = ["syn-full"] }
-itertools = "0.10"
+itertools = "0.11"
2023-09-29 13:05:57 -04:00
..
example feat/change: adopt reactive ownership model and drop cx/Scope (#918) 2023-08-21 19:31:37 -04:00
src fix: improve rust-analyzer auto-completion (#1782) 2023-09-29 13:05:13 -04:00
tests feat: attr: and #[prop(attrs)] syntax for passing attributes down to components (#1628) 2023-09-10 15:19:53 -04:00
.gitignore Initial commit 2022-07-31 16:46:14 -04:00
Cargo.toml chore: bump outdated dependencies in leptos_macro (#1796) 2023-09-29 13:05:57 -04:00
Makefile.toml build: run tasks from workpace or member directory (#1339) 2023-07-13 16:46:51 -04:00