@@ -12,7 +12,7 @@ members = [
1212]
1313
1414[workspace .package ]
15- version = " 0.1.1 "
15+ version = " 0.1.2 "
1616edition = " 2021"
1717authors = [" Pragmatic AI Labs" ]
1818license = " MIT"
@@ -22,15 +22,15 @@ rust-version = "1.75"
2222[workspace .dependencies ]
2323# Sovereign Stack
2424trueno = " 0.7.4"
25- trueno-viz = " 0.1.2 "
25+ trueno-viz = " 0.1.3 "
2626
2727# Internal crates (version + path for crates.io publishing)
28- presentar-core = { version = " 0.1.1 " , path = " crates/presentar-core" }
29- presentar-widgets = { version = " 0.1.1 " , path = " crates/presentar-widgets" }
30- presentar-layout = { version = " 0.1.1 " , path = " crates/presentar-layout" }
31- presentar-yaml = { version = " 0.1.1 " , path = " crates/presentar-yaml" }
32- presentar-test = { version = " 0.1.1 " , path = " crates/presentar-test" }
33- presentar-test-macros = { version = " 0.1.1 " , path = " crates/presentar-test-macros" }
28+ presentar-core = { version = " 0.1.2 " , path = " crates/presentar-core" }
29+ presentar-widgets = { version = " 0.1.2 " , path = " crates/presentar-widgets" }
30+ presentar-layout = { version = " 0.1.2 " , path = " crates/presentar-layout" }
31+ presentar-yaml = { version = " 0.1.2 " , path = " crates/presentar-yaml" }
32+ presentar-test = { version = " 0.1.2 " , path = " crates/presentar-test" }
33+ presentar-test-macros = { version = " 0.1.2 " , path = " crates/presentar-test-macros" }
3434
3535# Serialization
3636serde = { version = " 1.0" , features = [" derive" ] }
0 commit comments