File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22members = [" leptos-mview-core" , " leptos-mview-macro" ]
33
44[workspace .package ]
5- version = " 0.4.2 "
5+ version = " 0.4.3 "
66edition = " 2021"
77license = " MIT OR Apache-2.0"
88repository = " https://github.com/blorbb/leptos-mview"
@@ -18,7 +18,7 @@ license.workspace = true
1818repository.workspace = true
1919
2020[dependencies ]
21- leptos-mview-macro = { path = " leptos-mview-macro" , version = " 0.4.2 " }
21+ leptos-mview-macro = { path = " leptos-mview-macro" , version = " 0.4.3 " }
2222
2323[dev-dependencies ]
2424trybuild = " 1"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ proc-macro = true
1313[dependencies ]
1414proc-macro2 = " 1"
1515proc-macro-error2 = " 2"
16- leptos-mview-core = { path = " ../leptos-mview-core" , version = " 0.4.2 " }
16+ leptos-mview-core = { path = " ../leptos-mview-core" , version = " 0.4.3 " }
1717
1818[features ]
1919nightly = [" proc-macro-error2/nightly" ]
You can’t perform that action at this time.
0 commit comments