@@ -4,7 +4,7 @@ default-members = ["crates/*"]
44resolver = " 2"
55
66[workspace .package ]
7- version = " 0.1.4 "
7+ version = " 0.1.5 "
88edition = " 2024"
99rust-version = " 1.88" # MSRV
1010authors = [
" DaniPopes <[email protected] >" ]
@@ -86,15 +86,15 @@ debug-assertions = true
8686
8787[workspace .dependencies ]
8888# compiler crates
89- solar = { version = " 0.1.4 " , path = " crates/solar" , package = " solar-compiler" , default-features = false }
90- solar-ast = { version = " 0.1.4 " , path = " crates/ast" , default-features = false }
91- solar-cli = { version = " 0.1.4 " , path = " crates/cli" , default-features = false }
92- solar-config = { version = " 0.1.4 " , path = " crates/config" , default-features = false }
93- solar-data-structures = { version = " 0.1.4 " , path = " crates/data-structures" , default-features = false }
94- solar-interface = { version = " 0.1.4 " , path = " crates/interface" , default-features = false }
95- solar-macros = { version = " 0.1.4 " , path = " crates/macros" , default-features = false }
96- solar-parse = { version = " 0.1.4 " , path = " crates/parse" , default-features = false }
97- solar-sema = { version = " 0.1.4 " , path = " crates/sema" , default-features = false }
89+ solar = { version = " 0.1.5 " , path = " crates/solar" , package = " solar-compiler" , default-features = false }
90+ solar-ast = { version = " 0.1.5 " , path = " crates/ast" , default-features = false }
91+ solar-cli = { version = " 0.1.5 " , path = " crates/cli" , default-features = false }
92+ solar-config = { version = " 0.1.5 " , path = " crates/config" , default-features = false }
93+ solar-data-structures = { version = " 0.1.5 " , path = " crates/data-structures" , default-features = false }
94+ solar-interface = { version = " 0.1.5 " , path = " crates/interface" , default-features = false }
95+ solar-macros = { version = " 0.1.5 " , path = " crates/macros" , default-features = false }
96+ solar-parse = { version = " 0.1.5 " , path = " crates/parse" , default-features = false }
97+ solar-sema = { version = " 0.1.5 " , path = " crates/sema" , default-features = false }
9898
9999# internal crates
100100solar-tester = { path = " tools/tester" }
0 commit comments