Skip to content

Commit 92cad25

Browse files
IGI-111sdankel
authored andcommitted
Bump to v0.66.3 (#6679)
1 parent 73f638b commit 92cad25

File tree

2 files changed

+60
-60
lines changed

2 files changed

+60
-60
lines changed

Cargo.lock

+35-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+25-25
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ exclude = ["examples/*", "swayfmt/test_macros", "forc-test/test_data"]
3131

3232
[workspace.package]
3333
edition = "2021"
34-
version = "0.66.2"
34+
version = "0.66.3"
3535
authors = ["Fuel Labs <[email protected]>"]
3636
homepage = "https://fuel.network/"
3737
license = "Apache-2.0"
@@ -42,35 +42,35 @@ repository = "https://github.com/FuelLabs/sway"
4242
# Internal dependencies in order to propagate `workspace.version`
4343
#
4444

45-
forc = { path = "forc/", version = "0.66.2" }
46-
forc-pkg = { path = "forc-pkg/", version = "0.66.2" }
47-
forc-test = { path = "forc-test/", version = "0.66.2" }
48-
forc-tracing = { path = "forc-tracing/", version = "0.66.2" }
49-
forc-util = { path = "forc-util/", version = "0.66.2" }
45+
forc = { path = "forc/", version = "0.66.3" }
46+
forc-pkg = { path = "forc-pkg/", version = "0.66.3" }
47+
forc-test = { path = "forc-test/", version = "0.66.3" }
48+
forc-tracing = { path = "forc-tracing/", version = "0.66.3" }
49+
forc-util = { path = "forc-util/", version = "0.66.3" }
5050

5151
# Forc plugins
52-
forc-plugins = { path = "forc-plugins/", version = "0.66.2" }
53-
forc-client = { path = "forc-plugins/forc-client/", version = "0.66.2" }
54-
forc-crypto = { path = "forc-plugins/forc-crypto/", version = "0.66.2" }
55-
forc-debug = { path = "forc-plugins/forc-debug/", version = "0.66.2" }
56-
forc-doc = { path = "forc-plugins/forc-doc/", version = "0.66.2" }
57-
forc-fmt = { path = "forc-plugins/forc-fmt/", version = "0.66.2" }
58-
forc-lsp = { path = "forc-plugins/forc-lsp/", version = "0.66.2" }
59-
forc-tx = { path = "forc-plugins/forc-tx/", version = "0.66.2" }
52+
forc-plugins = { path = "forc-plugins/", version = "0.66.3" }
53+
forc-client = { path = "forc-plugins/forc-client/", version = "0.66.3" }
54+
forc-crypto = { path = "forc-plugins/forc-crypto/", version = "0.66.3" }
55+
forc-debug = { path = "forc-plugins/forc-debug/", version = "0.66.3" }
56+
forc-doc = { path = "forc-plugins/forc-doc/", version = "0.66.3" }
57+
forc-fmt = { path = "forc-plugins/forc-fmt/", version = "0.66.3" }
58+
forc-lsp = { path = "forc-plugins/forc-lsp/", version = "0.66.3" }
59+
forc-tx = { path = "forc-plugins/forc-tx/", version = "0.66.3" }
6060

61-
sway-ast = { path = "sway-ast/", version = "0.66.2" }
62-
sway-core = { path = "sway-core/", version = "0.66.2" }
63-
sway-error = { path = "sway-error/", version = "0.66.2" }
64-
sway-features = { path = "sway-features/", version = "0.66.2" }
65-
sway-lsp = { path = "sway-lsp/", version = "0.66.2" }
66-
sway-parse = { path = "sway-parse/", version = "0.66.2" }
67-
sway-types = { path = "sway-types/", version = "0.66.2" }
68-
sway-utils = { path = "sway-utils/", version = "0.66.2" }
69-
swayfmt = { path = "swayfmt/", version = "0.66.2" }
61+
sway-ast = { path = "sway-ast/", version = "0.66.3" }
62+
sway-core = { path = "sway-core/", version = "0.66.3" }
63+
sway-error = { path = "sway-error/", version = "0.66.3" }
64+
sway-features = { path = "sway-features/", version = "0.66.3" }
65+
sway-lsp = { path = "sway-lsp/", version = "0.66.3" }
66+
sway-parse = { path = "sway-parse/", version = "0.66.3" }
67+
sway-types = { path = "sway-types/", version = "0.66.3" }
68+
sway-utils = { path = "sway-utils/", version = "0.66.3" }
69+
swayfmt = { path = "swayfmt/", version = "0.66.3" }
7070

7171
# Sway IR
72-
sway-ir = { path = "sway-ir/", version = "0.66.2" }
73-
sway-ir-macros = { path = "sway-ir/sway-ir-macros", version = "0.66.2" }
72+
sway-ir = { path = "sway-ir/", version = "0.66.3" }
73+
sway-ir-macros = { path = "sway-ir/sway-ir-macros", version = "0.66.3" }
7474

7575
#
7676
# External Fuel dependencies

0 commit comments

Comments
 (0)