@@ -22,29 +22,29 @@ members = [
2222]
2323
2424[workspace .package ]
25- version = " 0.17 .0"
25+ version = " 0.18 .0"
2626edition = " 2021"
2727license = " MIT"
2828repository = " https://github.com/ubugeeei/vize"
2929
3030[workspace .dependencies ]
3131# Internal crates (path for local dev, version for crates.io)
32- vize_carton = { path = " crates/vize_carton" , version = " 0.17 .0" }
33- vize_relief = { path = " crates/vize_relief" , version = " 0.17 .0" }
34- vize_armature = { path = " crates/vize_armature" , version = " 0.17 .0" }
35- vize_croquis = { path = " crates/vize_croquis" , version = " 0.17 .0" }
36- vize_atelier_core = { path = " crates/vize_atelier_core" , version = " 0.17 .0" }
37- vize_atelier_dom = { path = " crates/vize_atelier_dom" , version = " 0.17 .0" }
38- vize_atelier_vapor = { path = " crates/vize_atelier_vapor" , version = " 0.17 .0" }
39- vize_atelier_ssr = { path = " crates/vize_atelier_ssr" , version = " 0.17 .0" }
40- vize_atelier_sfc = { path = " crates/vize_atelier_sfc" , version = " 0.17 .0" , default-features = false }
41- vize_vitrine = { path = " crates/vize_vitrine" , version = " 0.17 .0" , default-features = false }
42- vize_musea = { path = " crates/vize_musea" , version = " 0.17 .0" }
43- vize_patina = { path = " crates/vize_patina" , version = " 0.17 .0" }
44- vize_glyph = { path = " crates/vize_glyph" , version = " 0.17 .0" }
45- vize_maestro = { path = " crates/vize_maestro" , version = " 0.17 .0" }
46- vize_canon = { path = " crates/vize_canon" , version = " 0.17 .0" , default-features = false }
47- vize_fresco = { path = " crates/vize_fresco" , version = " 0.17 .0" , default-features = false }
32+ vize_carton = { path = " crates/vize_carton" , version = " 0.18 .0" }
33+ vize_relief = { path = " crates/vize_relief" , version = " 0.18 .0" }
34+ vize_armature = { path = " crates/vize_armature" , version = " 0.18 .0" }
35+ vize_croquis = { path = " crates/vize_croquis" , version = " 0.18 .0" }
36+ vize_atelier_core = { path = " crates/vize_atelier_core" , version = " 0.18 .0" }
37+ vize_atelier_dom = { path = " crates/vize_atelier_dom" , version = " 0.18 .0" }
38+ vize_atelier_vapor = { path = " crates/vize_atelier_vapor" , version = " 0.18 .0" }
39+ vize_atelier_ssr = { path = " crates/vize_atelier_ssr" , version = " 0.18 .0" }
40+ vize_atelier_sfc = { path = " crates/vize_atelier_sfc" , version = " 0.18 .0" , default-features = false }
41+ vize_vitrine = { path = " crates/vize_vitrine" , version = " 0.18 .0" , default-features = false }
42+ vize_musea = { path = " crates/vize_musea" , version = " 0.18 .0" }
43+ vize_patina = { path = " crates/vize_patina" , version = " 0.18 .0" }
44+ vize_glyph = { path = " crates/vize_glyph" , version = " 0.18 .0" }
45+ vize_maestro = { path = " crates/vize_maestro" , version = " 0.18 .0" }
46+ vize_canon = { path = " crates/vize_canon" , version = " 0.18 .0" , default-features = false }
47+ vize_fresco = { path = " crates/vize_fresco" , version = " 0.18 .0" , default-features = false }
4848
4949# OXC dependencies (git for local dev, version for crates.io publish)
5050oxc_parser = { version = " 0.114.0" , git = " https://github.com/oxc-project/oxc" , branch = " main" }
0 commit comments