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
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
@@ -13,13 +13,13 @@ anyhow = "1.0.65"
13
13
clap = { version = "4.0.18", features = ["derive"] }
14
14
colored = "2.0.0"
15
15
comrak = "0.16"
16
-
forc-pkg = { version = "0.43.0", path = "../../forc-pkg" }
17
-
forc-util = { version = "0.43.0", path = "../../forc-util" }
16
+
forc-pkg = { version = "0.43.2", path = "../../forc-pkg" }
17
+
forc-util = { version = "0.43.2", path = "../../forc-util" }
18
18
horrorshow = "0.8.4"
19
19
include_dir = "0.7.3"
20
20
opener = "0.5.0"
21
-
sway-ast = { version = "0.43.0", path = "../../sway-ast" }
22
-
sway-core = { version = "0.43.0", path = "../../sway-core" }
23
-
sway-lsp = { version = "0.43.0", path = "../../sway-lsp" }
24
-
sway-types = { version = "0.43.0", path = "../../sway-types" }
25
-
swayfmt = { version = "0.43.0", path = "../../swayfmt" }
21
+
sway-ast = { version = "0.43.2", path = "../../sway-ast" }
22
+
sway-core = { version = "0.43.2", path = "../../sway-core" }
23
+
sway-lsp = { version = "0.43.2", path = "../../sway-lsp" }
24
+
sway-types = { version = "0.43.2", path = "../../sway-types" }
25
+
swayfmt = { version = "0.43.2", path = "../../swayfmt" }
0 commit comments