From b7e59f42aebed08c2e015cbd5d0776c8953fc57f Mon Sep 17 00:00:00 2001 From: Joshua Batty Date: Tue, 15 Oct 2024 20:56:01 +1100 Subject: [PATCH] chore: bump to v0.66.0 (#6637) ## Description supports `fuel-core 0.40.0` and `fuels-rs 0.66.9` removes support for the beta channels from `forc` and adds mainnet target. #6621 ~~waiting on #6630~~ --- Cargo.lock | 68 +++++++++++++++++++++++++++--------------------------- Cargo.toml | 48 +++++++++++++++++++------------------- 2 files changed, 58 insertions(+), 58 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d084c00dcf0..e8505d84b45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2678,7 +2678,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "forc" -version = "0.65.2" +version = "0.66.0" dependencies = [ "annotate-snippets", "ansi_term", @@ -2689,7 +2689,7 @@ dependencies = [ "completest-pty", "forc-pkg", "forc-test", - "forc-tracing 0.65.2", + "forc-tracing 0.66.0", "forc-util", "fs_extra", "fuel-asm", @@ -2715,7 +2715,7 @@ dependencies = [ [[package]] name = "forc-client" -version = "0.65.2" +version = "0.66.0" dependencies = [ "anyhow", "async-trait", @@ -2727,7 +2727,7 @@ dependencies = [ "dialoguer", "forc", "forc-pkg", - "forc-tracing 0.65.2", + "forc-tracing 0.66.0", "forc-tx", "forc-util", "forc-wallet", @@ -2762,13 +2762,13 @@ dependencies = [ [[package]] name = "forc-crypto" -version = "0.65.2" +version = "0.66.0" dependencies = [ "anyhow", "async-trait", "atty", "clap 4.5.16", - "forc-tracing 0.65.2", + "forc-tracing 0.66.0", "forc-util", "fuel-core-types", "fuel-crypto", @@ -2788,7 +2788,7 @@ dependencies = [ [[package]] name = "forc-debug" -version = "0.65.2" +version = "0.66.0" dependencies = [ "anyhow", "clap 4.5.16", @@ -2796,7 +2796,7 @@ dependencies = [ "escargot", "forc-pkg", "forc-test", - "forc-tracing 0.65.2", + "forc-tracing 0.66.0", "fuel-core-client", "fuel-types", "fuel-vm", @@ -2814,7 +2814,7 @@ dependencies = [ [[package]] name = "forc-doc" -version = "0.65.2" +version = "0.66.0" dependencies = [ "anyhow", "clap 4.5.16", @@ -2822,7 +2822,7 @@ dependencies = [ "dir_indexer", "expect-test", "forc-pkg", - "forc-tracing 0.65.2", + "forc-tracing 0.66.0", "forc-util", "horrorshow", "include_dir", @@ -2839,12 +2839,12 @@ dependencies = [ [[package]] name = "forc-fmt" -version = "0.65.2" +version = "0.66.0" dependencies = [ "anyhow", "clap 4.5.16", "forc-pkg", - "forc-tracing 0.65.2", + "forc-tracing 0.66.0", "forc-util", "prettydiff 0.7.0", "sway-core", @@ -2856,7 +2856,7 @@ dependencies = [ [[package]] name = "forc-lsp" -version = "0.65.2" +version = "0.66.0" dependencies = [ "anyhow", "clap 4.5.16", @@ -2867,13 +2867,13 @@ dependencies = [ [[package]] name = "forc-pkg" -version = "0.65.2" +version = "0.66.0" dependencies = [ "ansi_term", "anyhow", "byte-unit", "cid", - "forc-tracing 0.65.2", + "forc-tracing 0.66.0", "forc-util", "fuel-abi-types", "futures", @@ -2904,7 +2904,7 @@ dependencies = [ [[package]] name = "forc-test" -version = "0.65.2" +version = "0.66.0" dependencies = [ "anyhow", "forc-pkg", @@ -2931,7 +2931,7 @@ dependencies = [ [[package]] name = "forc-tracing" -version = "0.65.2" +version = "0.66.0" dependencies = [ "ansi_term", "tracing", @@ -2941,7 +2941,7 @@ dependencies = [ [[package]] name = "forc-tx" -version = "0.65.2" +version = "0.66.0" dependencies = [ "anyhow", "clap 4.5.16", @@ -2956,7 +2956,7 @@ dependencies = [ [[package]] name = "forc-util" -version = "0.65.2" +version = "0.66.0" dependencies = [ "annotate-snippets", "ansi_term", @@ -2964,7 +2964,7 @@ dependencies = [ "clap 4.5.16", "dirs 5.0.1", "fd-lock", - "forc-tracing 0.65.2", + "forc-tracing 0.66.0", "fuel-tx", "hex", "paste", @@ -7649,7 +7649,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "sway-ast" -version = "0.65.2" +version = "0.66.0" dependencies = [ "extension-trait", "num-bigint", @@ -7661,7 +7661,7 @@ dependencies = [ [[package]] name = "sway-core" -version = "0.65.2" +version = "0.66.0" dependencies = [ "clap 4.5.16", "derivative", @@ -7706,7 +7706,7 @@ dependencies = [ [[package]] name = "sway-error" -version = "0.65.2" +version = "0.66.0" dependencies = [ "either", "in_definite", @@ -7720,7 +7720,7 @@ dependencies = [ [[package]] name = "sway-ir" -version = "0.65.2" +version = "0.66.0" dependencies = [ "anyhow", "downcast-rs", @@ -7739,7 +7739,7 @@ dependencies = [ [[package]] name = "sway-ir-macros" -version = "0.65.2" +version = "0.66.0" dependencies = [ "itertools 0.13.0", "proc-macro2", @@ -7749,7 +7749,7 @@ dependencies = [ [[package]] name = "sway-lsp" -version = "0.65.2" +version = "0.66.0" dependencies = [ "anyhow", "assert-json-diff", @@ -7760,7 +7760,7 @@ dependencies = [ "dirs 4.0.0", "fd-lock", "forc-pkg", - "forc-tracing 0.65.2", + "forc-tracing 0.66.0", "forc-util", "futures", "indexmap 2.5.0", @@ -7799,7 +7799,7 @@ dependencies = [ [[package]] name = "sway-lsp-test-utils" -version = "0.65.2" +version = "0.66.0" dependencies = [ "assert-json-diff", "futures", @@ -7814,7 +7814,7 @@ dependencies = [ [[package]] name = "sway-parse" -version = "0.65.2" +version = "0.66.0" dependencies = [ "assert_matches", "extension-trait", @@ -7832,7 +7832,7 @@ dependencies = [ [[package]] name = "sway-types" -version = "0.65.2" +version = "0.66.0" dependencies = [ "bytecount", "fuel-asm", @@ -7851,7 +7851,7 @@ dependencies = [ [[package]] name = "sway-utils" -version = "0.65.2" +version = "0.66.0" dependencies = [ "serde", "walkdir", @@ -7859,11 +7859,11 @@ dependencies = [ [[package]] name = "swayfmt" -version = "0.65.2" +version = "0.66.0" dependencies = [ "anyhow", "difference", - "forc-tracing 0.65.2", + "forc-tracing 0.66.0", "indoc", "paste", "prettydiff 0.6.4", @@ -8147,7 +8147,7 @@ dependencies = [ "forc-client", "forc-pkg", "forc-test", - "forc-tracing 0.65.2", + "forc-tracing 0.66.0", "fuel-vm", "futures", "gag", diff --git a/Cargo.toml b/Cargo.toml index 2f335a5031b..42bfc9e254c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ exclude = [ [workspace.package] edition = "2021" -version = "0.65.2" +version = "0.66.0" authors = ["Fuel Labs "] homepage = "https://fuel.network/" license = "Apache-2.0" @@ -45,34 +45,34 @@ repository = "https://github.com/FuelLabs/sway" # Internal dependencies in order to propagate `workspace.version` # -forc = { path = "forc/", version = "0.65.2" } -forc-pkg = { path = "forc-pkg/", version = "0.65.2" } -forc-test = { path = "forc-test/", version = "0.65.2" } -forc-tracing = { path = "forc-tracing/", version = "0.65.2" } -forc-util = { path = "forc-util/", version = "0.65.2" } +forc = { path = "forc/", version = "0.66.0" } +forc-pkg = { path = "forc-pkg/", version = "0.66.0" } +forc-test = { path = "forc-test/", version = "0.66.0" } +forc-tracing = { path = "forc-tracing/", version = "0.66.0" } +forc-util = { path = "forc-util/", version = "0.66.0" } # Forc plugins -forc-plugins = { path = "forc-plugins/", version = "0.65.2" } -forc-client = { path = "forc-plugins/forc-client/", version = "0.65.2" } -forc-crypto = { path = "forc-plugins/forc-crypto/", version = "0.65.2" } -forc-debug = { path = "forc-plugins/forc-debug/", version = "0.65.2" } -forc-doc = { path = "forc-plugins/forc-doc/", version = "0.65.2" } -forc-fmt = { path = "forc-plugins/forc-fmt/", version = "0.65.2" } -forc-lsp = { path = "forc-plugins/forc-lsp/", version = "0.65.2" } -forc-tx = { path = "forc-plugins/forc-tx/", version = "0.65.2" } +forc-plugins = { path = "forc-plugins/", version = "0.66.0" } +forc-client = { path = "forc-plugins/forc-client/", version = "0.66.0" } +forc-crypto = { path = "forc-plugins/forc-crypto/", version = "0.66.0" } +forc-debug = { path = "forc-plugins/forc-debug/", version = "0.66.0" } +forc-doc = { path = "forc-plugins/forc-doc/", version = "0.66.0" } +forc-fmt = { path = "forc-plugins/forc-fmt/", version = "0.66.0" } +forc-lsp = { path = "forc-plugins/forc-lsp/", version = "0.66.0" } +forc-tx = { path = "forc-plugins/forc-tx/", version = "0.66.0" } -sway-ast = { path = "sway-ast/", version = "0.65.2" } -sway-core = { path = "sway-core/", version = "0.65.2" } -sway-error = { path = "sway-error/", version = "0.65.2" } -sway-lsp = { path = "sway-lsp/", version = "0.65.2" } -sway-parse = { path = "sway-parse/", version = "0.65.2" } -sway-types = { path = "sway-types/", version = "0.65.2" } -sway-utils = { path = "sway-utils/", version = "0.65.2" } -swayfmt = { path = "swayfmt/", version = "0.65.2" } +sway-ast = { path = "sway-ast/", version = "0.66.0" } +sway-core = { path = "sway-core/", version = "0.66.0" } +sway-error = { path = "sway-error/", version = "0.66.0" } +sway-lsp = { path = "sway-lsp/", version = "0.66.0" } +sway-parse = { path = "sway-parse/", version = "0.66.0" } +sway-types = { path = "sway-types/", version = "0.66.0" } +sway-utils = { path = "sway-utils/", version = "0.66.0" } +swayfmt = { path = "swayfmt/", version = "0.66.0" } # Sway IR -sway-ir = { path = "sway-ir/", version = "0.65.2" } -sway-ir-macros = { path = "sway-ir/sway-ir-macros", version = "0.65.2" } +sway-ir = { path = "sway-ir/", version = "0.66.0" } +sway-ir-macros = { path = "sway-ir/sway-ir-macros", version = "0.66.0" } # # External Fuel dependencies