File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ documentation = "https://docs.rs/fresh-editor"
2222[workspace.dependencies]
2323# Local crates
2424fresh-core = { version = "0.2.8", path = "crates/fresh-core" }
25- fresh-gui = { version = "0.2.5 ", path = "crates/fresh-gui" }
25+ fresh-gui = { version = "0.2.8 ", path = "crates/fresh-gui" }
2626fresh-parser-js = { version = "0.2.8", path = "crates/fresh-parser-js" }
2727fresh-languages = { version = "0.2.8", path = "crates/fresh-languages" }
2828fresh-plugin-runtime = { version = "0.2.8", path = "crates/fresh-plugin-runtime" }
Original file line number Diff line number Diff line change 1919# Local workspace crates that need version updates in [workspace.dependencies]
2020LOCAL_CRATES = [
2121 "fresh-core",
22+ "fresh-gui",
2223 "fresh-parser-js",
2324 "fresh-languages",
2425 "fresh-plugin-runtime",
You can’t perform that action at this time.
0 commit comments