File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ members = [
1111]
1212
1313[workspace .package ]
14- version = " 0.2.10 "
14+ version = " 0.2.11 "
1515authors = [" Noam Lewis" ]
1616edition = " 2021"
1717license = " GPL-2.0"
@@ -21,12 +21,12 @@ documentation = "https://docs.rs/fresh-editor"
2121
2222[workspace .dependencies ]
2323# Local crates
24- fresh-core = { version = " 0.2.10 " , path = " crates/fresh-core" }
25- fresh-gui = { version = " 0.2.10 " , path = " crates/fresh-gui" }
26- fresh-parser-js = { version = " 0.2.10 " , path = " crates/fresh-parser-js" }
27- fresh-languages = { version = " 0.2.10 " , path = " crates/fresh-languages" }
28- fresh-plugin-runtime = { version = " 0.2.10 " , path = " crates/fresh-plugin-runtime" }
29- fresh-plugin-api-macros = { version = " 0.2.10 " , path = " crates/fresh-plugin-api-macros" }
24+ fresh-core = { version = " 0.2.11 " , path = " crates/fresh-core" }
25+ fresh-gui = { version = " 0.2.11 " , path = " crates/fresh-gui" }
26+ fresh-parser-js = { version = " 0.2.11 " , path = " crates/fresh-parser-js" }
27+ fresh-languages = { version = " 0.2.11 " , path = " crates/fresh-languages" }
28+ fresh-plugin-runtime = { version = " 0.2.11 " , path = " crates/fresh-plugin-runtime" }
29+ fresh-plugin-api-macros = { version = " 0.2.11 " , path = " crates/fresh-plugin-api-macros" }
3030
3131# External crates
3232serde = { version = " 1.0" , features = [" derive" ] }
You can’t perform that action at this time.
0 commit comments