Skip to content

Commit a113ac3

Browse files
IGI-111JoshuaBatty
andauthored
Bump to v0.66.6 (#6853)
Co-authored-by: Joshua Batty <joshpbatty@gmail.com>
1 parent 9e1c320 commit a113ac3

File tree

2 files changed

+62
-62
lines changed

2 files changed

+62
-62
lines changed

Cargo.lock

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ exclude = ["examples/*", "swayfmt/test_macros", "forc-test/test_data"]
3232

3333
[workspace.package]
3434
edition = "2021"
35-
version = "0.66.5"
35+
version = "0.66.6"
3636
authors = ["Fuel Labs <contact@fuel.sh>"]
3737
homepage = "https://fuel.network/"
3838
license = "Apache-2.0"
@@ -43,35 +43,35 @@ repository = "https://github.com/FuelLabs/sway"
4343
# Internal dependencies in order to propagate `workspace.version`
4444
#
4545

46-
forc = { path = "forc/", version = "0.66.5" }
47-
forc-pkg = { path = "forc-pkg/", version = "0.66.5" }
48-
forc-test = { path = "forc-test/", version = "0.66.5" }
49-
forc-tracing = { path = "forc-tracing/", version = "0.66.5" }
50-
forc-util = { path = "forc-util/", version = "0.66.5" }
46+
forc = { path = "forc/", version = "0.66.6" }
47+
forc-pkg = { path = "forc-pkg/", version = "0.66.6" }
48+
forc-test = { path = "forc-test/", version = "0.66.6" }
49+
forc-tracing = { path = "forc-tracing/", version = "0.66.6" }
50+
forc-util = { path = "forc-util/", version = "0.66.6" }
5151

5252
# Forc plugins
53-
forc-plugins = { path = "forc-plugins/", version = "0.66.5" }
54-
forc-client = { path = "forc-plugins/forc-client/", version = "0.66.5" }
55-
forc-crypto = { path = "forc-plugins/forc-crypto/", version = "0.66.5" }
56-
forc-debug = { path = "forc-plugins/forc-debug/", version = "0.66.5" }
57-
forc-doc = { path = "forc-plugins/forc-doc/", version = "0.66.5" }
58-
forc-fmt = { path = "forc-plugins/forc-fmt/", version = "0.66.5" }
59-
forc-lsp = { path = "forc-plugins/forc-lsp/", version = "0.66.5" }
60-
forc-tx = { path = "forc-plugins/forc-tx/", version = "0.66.5" }
53+
forc-plugins = { path = "forc-plugins/", version = "0.66.6" }
54+
forc-client = { path = "forc-plugins/forc-client/", version = "0.66.6" }
55+
forc-crypto = { path = "forc-plugins/forc-crypto/", version = "0.66.6" }
56+
forc-debug = { path = "forc-plugins/forc-debug/", version = "0.66.6" }
57+
forc-doc = { path = "forc-plugins/forc-doc/", version = "0.66.6" }
58+
forc-fmt = { path = "forc-plugins/forc-fmt/", version = "0.66.6" }
59+
forc-lsp = { path = "forc-plugins/forc-lsp/", version = "0.66.6" }
60+
forc-tx = { path = "forc-plugins/forc-tx/", version = "0.66.6" }
6161

62-
sway-ast = { path = "sway-ast/", version = "0.66.5" }
63-
sway-core = { path = "sway-core/", version = "0.66.5" }
64-
sway-error = { path = "sway-error/", version = "0.66.5" }
65-
sway-features = { path = "sway-features/", version = "0.66.5" }
66-
sway-lsp = { path = "sway-lsp/", version = "0.66.5" }
67-
sway-parse = { path = "sway-parse/", version = "0.66.5" }
68-
sway-types = { path = "sway-types/", version = "0.66.5" }
69-
sway-utils = { path = "sway-utils/", version = "0.66.5" }
70-
swayfmt = { path = "swayfmt/", version = "0.66.5" }
62+
sway-ast = { path = "sway-ast/", version = "0.66.6" }
63+
sway-core = { path = "sway-core/", version = "0.66.6" }
64+
sway-error = { path = "sway-error/", version = "0.66.6" }
65+
sway-features = { path = "sway-features/", version = "0.66.6" }
66+
sway-lsp = { path = "sway-lsp/", version = "0.66.6" }
67+
sway-parse = { path = "sway-parse/", version = "0.66.6" }
68+
sway-types = { path = "sway-types/", version = "0.66.6" }
69+
sway-utils = { path = "sway-utils/", version = "0.66.6" }
70+
swayfmt = { path = "swayfmt/", version = "0.66.6" }
7171

7272
# Sway IR
73-
sway-ir = { path = "sway-ir/", version = "0.66.5" }
74-
sway-ir-macros = { path = "sway-ir/sway-ir-macros", version = "0.66.5" }
73+
sway-ir = { path = "sway-ir/", version = "0.66.6" }
74+
sway-ir-macros = { path = "sway-ir/sway-ir-macros", version = "0.66.6" }
7575

7676
#
7777
# External Fuel dependencies

0 commit comments

Comments
 (0)