File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ resolver = "2"
33members = [" cli" , " crates/protocol" , " crates/theme" , " crates/platform" ]
44
55[workspace .package ]
6- version = " 1.1.3 "
6+ version = " 1.2.0-beta.1 "
77edition = " 2021"
88authors = [" jordond" ]
99license = " MIT"
@@ -61,9 +61,9 @@ bytesize = "2.3.1"
6161humantime = " 2.3.0"
6262
6363# Internal crates (version required for crates.io publishing)
64- jolt-protocol = { path = " crates/protocol" , version = " 1.1.3 " }
65- jolt-theme = { path = " crates/theme" , version = " 1.1.3 " }
66- jolt-platform = { path = " crates/platform" , version = " 1.1.3 " }
64+ jolt-protocol = { path = " crates/protocol" , version = " 1.2.0-beta.1 " }
65+ jolt-theme = { path = " crates/theme" , version = " 1.2.0-beta.1 " }
66+ jolt-platform = { path = " crates/platform" , version = " 1.2.0-beta.1 " }
6767
6868# Battery (starship-battery fixes macOS issues: https://github.com/svartalf/rust-battery/issues/102)
6969starship-battery = " 0.10.3"
You can’t perform that action at this time.
0 commit comments