Skip to content

Commit 32d1cc9

Browse files
authored
chore: bump to 0.65.0 (#6610)
## Description Adds blob deployments for scripts and predicates. Supports fuels 0.66.6 and fuel-core 0.37.0.
1 parent 347c834 commit 32d1cc9

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ exclude = [
3434

3535
[workspace.package]
3636
edition = "2021"
37-
version = "0.64.0"
37+
version = "0.65.0"
3838
authors = ["Fuel Labs <[email protected]>"]
3939
homepage = "https://fuel.network/"
4040
license = "Apache-2.0"
@@ -45,34 +45,34 @@ repository = "https://github.com/FuelLabs/sway"
4545
# Internal dependencies in order to propagate `workspace.version`
4646
#
4747

48-
forc = { path = "forc/", version = "0.64.0" }
49-
forc-pkg = { path = "forc-pkg/", version = "0.64.0" }
50-
forc-test = { path = "forc-test/", version = "0.64.0" }
51-
forc-tracing = { path = "forc-tracing/", version = "0.64.0" }
52-
forc-util = { path = "forc-util/", version = "0.64.0" }
48+
forc = { path = "forc/", version = "0.65.0" }
49+
forc-pkg = { path = "forc-pkg/", version = "0.65.0" }
50+
forc-test = { path = "forc-test/", version = "0.65.0" }
51+
forc-tracing = { path = "forc-tracing/", version = "0.65.0" }
52+
forc-util = { path = "forc-util/", version = "0.65.0" }
5353

5454
# Forc plugins
55-
forc-plugins = { path = "forc-plugins/", version = "0.64.0" }
56-
forc-client = { path = "forc-plugins/forc-client/", version = "0.64.0" }
57-
forc-crypto = { path = "forc-plugins/forc-crypto/", version = "0.64.0" }
58-
forc-debug = { path = "forc-plugins/forc-debug/", version = "0.64.0" }
59-
forc-doc = { path = "forc-plugins/forc-doc/", version = "0.64.0" }
60-
forc-fmt = { path = "forc-plugins/forc-fmt/", version = "0.64.0" }
61-
forc-lsp = { path = "forc-plugins/forc-lsp/", version = "0.64.0" }
62-
forc-tx = { path = "forc-plugins/forc-tx/", version = "0.64.0" }
55+
forc-plugins = { path = "forc-plugins/", version = "0.65.0" }
56+
forc-client = { path = "forc-plugins/forc-client/", version = "0.65.0" }
57+
forc-crypto = { path = "forc-plugins/forc-crypto/", version = "0.65.0" }
58+
forc-debug = { path = "forc-plugins/forc-debug/", version = "0.65.0" }
59+
forc-doc = { path = "forc-plugins/forc-doc/", version = "0.65.0" }
60+
forc-fmt = { path = "forc-plugins/forc-fmt/", version = "0.65.0" }
61+
forc-lsp = { path = "forc-plugins/forc-lsp/", version = "0.65.0" }
62+
forc-tx = { path = "forc-plugins/forc-tx/", version = "0.65.0" }
6363

64-
sway-ast = { path = "sway-ast/", version = "0.64.0" }
65-
sway-core = { path = "sway-core/", version = "0.64.0" }
66-
sway-error = { path = "sway-error/", version = "0.64.0" }
67-
sway-lsp = { path = "sway-lsp/", version = "0.64.0" }
68-
sway-parse = { path = "sway-parse/", version = "0.64.0" }
69-
sway-types = { path = "sway-types/", version = "0.64.0" }
70-
sway-utils = { path = "sway-utils/", version = "0.64.0" }
71-
swayfmt = { path = "swayfmt/", version = "0.64.0" }
64+
sway-ast = { path = "sway-ast/", version = "0.65.0" }
65+
sway-core = { path = "sway-core/", version = "0.65.0" }
66+
sway-error = { path = "sway-error/", version = "0.65.0" }
67+
sway-lsp = { path = "sway-lsp/", version = "0.65.0" }
68+
sway-parse = { path = "sway-parse/", version = "0.65.0" }
69+
sway-types = { path = "sway-types/", version = "0.65.0" }
70+
sway-utils = { path = "sway-utils/", version = "0.65.0" }
71+
swayfmt = { path = "swayfmt/", version = "0.65.0" }
7272

7373
# Sway IR
74-
sway-ir = { path = "sway-ir/", version = "0.64.0" }
75-
sway-ir-macros = { path = "sway-ir/sway-ir-macros", version = "0.64.0" }
74+
sway-ir = { path = "sway-ir/", version = "0.65.0" }
75+
sway-ir-macros = { path = "sway-ir/sway-ir-macros", version = "0.65.0" }
7676

7777
#
7878
# External Fuel dependencies

0 commit comments

Comments
 (0)