@@ -51,22 +51,22 @@ tower-lsp = "0.20"
5151once_cell = " 1"
5252
5353# Internal workspace crates
54- runmat-lexer = { version = " =0.2.1 " , path = " crates/runmat-lexer" }
55- runmat-parser = { version = " =0.2.1 " , path = " crates/runmat-parser" }
56- runmat-hir = { version = " =0.2.1 " , path = " crates/runmat-hir" }
57- runmat-ignition = { version = " =0.2.1 " , path = " crates/runmat-ignition" }
58- runmat-plot = { version = " =0.2.1 " , path = " crates/runmat-plot" }
59- runmat-repl = { version = " =0.2.1 " , path = " crates/runmat-repl" }
60- runmat-macros = { version = " =0.2.1 " , path = " crates/runmat-macros" }
61- runmat-builtins = { version = " =0.2.1 " , path = " crates/runmat-builtins" }
62- runmat-runtime = { version = " =0.2.1 " , path = " crates/runmat-runtime" }
63- runmat-kernel = { version = " =0.2.1 " , path = " crates/runmat-kernel" }
64- runmat-turbine = { version = " =0.2.1 " , path = " crates/runmat-turbine" }
65- runmat-gc = { version = " =0.2.1 " , path = " crates/runmat-gc" }
66- runmat-snapshot = { version = " =0.2.1 " , path = " crates/runmat-snapshot" }
67- runmat-accelerate = { version = " =0.2.1 " , path = " crates/runmat-accelerate" }
68- runmat-accelerate-api = { version = " =0.2.1 " , path = " crates/runmat-accelerate-api" }
69- runmat-gc-api = { version = " =0.2.1 " , path = " crates/runmat-gc-api" }
54+ runmat-lexer = { version = " =0.2.2 " , path = " crates/runmat-lexer" }
55+ runmat-parser = { version = " =0.2.2 " , path = " crates/runmat-parser" }
56+ runmat-hir = { version = " =0.2.2 " , path = " crates/runmat-hir" }
57+ runmat-ignition = { version = " =0.2.2 " , path = " crates/runmat-ignition" }
58+ runmat-plot = { version = " =0.2.2 " , path = " crates/runmat-plot" }
59+ runmat-repl = { version = " =0.2.2 " , path = " crates/runmat-repl" }
60+ runmat-macros = { version = " =0.2.2 " , path = " crates/runmat-macros" }
61+ runmat-builtins = { version = " =0.2.2 " , path = " crates/runmat-builtins" }
62+ runmat-runtime = { version = " =0.2.2 " , path = " crates/runmat-runtime" }
63+ runmat-kernel = { version = " =0.2.2 " , path = " crates/runmat-kernel" }
64+ runmat-turbine = { version = " =0.2.2 " , path = " crates/runmat-turbine" }
65+ runmat-gc = { version = " =0.2.2 " , path = " crates/runmat-gc" }
66+ runmat-snapshot = { version = " =0.2.2 " , path = " crates/runmat-snapshot" }
67+ runmat-accelerate = { version = " =0.2.2 " , path = " crates/runmat-accelerate" }
68+ runmat-accelerate-api = { version = " =0.2.2 " , path = " crates/runmat-accelerate-api" }
69+ runmat-gc-api = { version = " =0.2.2 " , path = " crates/runmat-gc-api" }
7070
7171[patch .crates-io ]
7272# Ensure no accidental cycle via crates.io variants
0 commit comments