File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " leptos-mview"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44edition = " 2021"
55license = " MIT OR Apache-2.0"
66keywords = [" macro" , " leptos" , " view" ]
@@ -11,7 +11,7 @@ readme = "README.md"
1111# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212
1313[dependencies ]
14- leptos-mview-macro = { path = " leptos-mview-macro" , version = " 0.3.0 " }
14+ leptos-mview-macro = { path = " leptos-mview-macro" , version = " 0.3.1 " }
1515
1616[dev-dependencies ]
1717trybuild = " 1"
Original file line number Diff line number Diff line change 11[package ]
22name = " leptos-mview-core"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44edition = " 2021"
55license = " MIT OR Apache-2.0"
66description = " Main implementation of leptos-mview"
Original file line number Diff line number Diff line change 11[package ]
22name = " leptos-mview-macro"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44edition = " 2021"
55license = " MIT OR Apache-2.0"
66description = " Proc macro export for leptos-mview"
@@ -15,4 +15,4 @@ proc-macro = true
1515[dependencies ]
1616proc-macro2 = " 1"
1717proc-macro-error = { version = " 1" , default-features = false }
18- leptos-mview-core = { path = " ../leptos-mview-core" , version = " 0.3.0 " }
18+ leptos-mview-core = { path = " ../leptos-mview-core" , version = " 0.3.1 " }
You can’t perform that action at this time.
0 commit comments