You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Republish v0.37.1 as v0.37.3 to avoid users encountering breaking changes
Aimed at addressing the following comment:
#4492 (comment)
Currently our bot doesn't make it easy to yank existing releases. Here
we just republish 0.37.1 as 0.37.3 to ensure users updating their sway
repo deps don't consume the breaking changes accidentally included in
0.37.2.
description = "Build the documentation for the local package and all dependencies. The output is placed in `out/doc` in the same format as the project."
5
5
authors.workspace = true
6
6
edition.workspace = true
@@ -12,13 +12,13 @@ repository.workspace = true
12
12
anyhow = "1.0.65"
13
13
clap = { version = "4.0.18", features = ["derive"] }
14
14
comrak = "0.16"
15
-
forc-pkg = { version = "0.37.1", path = "../../forc-pkg" }
16
-
forc-util = { version = "0.37.1", path = "../../forc-util" }
15
+
forc-pkg = { version = "0.37.3", path = "../../forc-pkg" }
16
+
forc-util = { version = "0.37.3", path = "../../forc-util" }
17
17
horrorshow = "0.8.4"
18
18
include_dir = "0.7.3"
19
19
opener = "0.5.0"
20
-
sway-ast = { version = "0.37.1", path = "../../sway-ast" }
21
-
sway-core = { version = "0.37.1", path = "../../sway-core" }
22
-
sway-lsp = { version = "0.37.1", path = "../../sway-lsp" }
23
-
sway-types = { version = "0.37.1", path = "../../sway-types" }
24
-
swayfmt = { version = "0.37.1", path = "../../swayfmt" }
20
+
sway-ast = { version = "0.37.3", path = "../../sway-ast" }
21
+
sway-core = { version = "0.37.3", path = "../../sway-core" }
22
+
sway-lsp = { version = "0.37.3", path = "../../sway-lsp" }
23
+
sway-types = { version = "0.37.3", path = "../../sway-types" }
24
+
swayfmt = { version = "0.37.3", path = "../../swayfmt" }
0 commit comments