diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index a65d20bed88..724d847d8f7 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -9,7 +9,7 @@ on: workflow_dispatch: env: - RUST_VERSION: 1.86.0 + RUST_VERSION: 1.90.0 permissions: contents: write diff --git a/Cargo.lock b/Cargo.lock index 7108488ebde..432d534b778 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3837,7 +3837,7 @@ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" [[package]] name = "forc" -version = "0.70.1" +version = "0.70.2" dependencies = [ "annotate-snippets", "ansiterm", @@ -3848,7 +3848,7 @@ dependencies = [ "completest-pty", "forc-pkg", "forc-test", - "forc-tracing 0.70.1", + "forc-tracing 0.70.2", "forc-util", "fs_extra", "fuel-abi-types 0.15.3", @@ -3875,7 +3875,7 @@ dependencies = [ [[package]] name = "forc-client" -version = "0.70.1" +version = "0.70.2" dependencies = [ "ansiterm", "anyhow", @@ -3890,7 +3890,7 @@ dependencies = [ "forc", "forc-debug", "forc-pkg", - "forc-tracing 0.70.1", + "forc-tracing 0.70.2", "forc-tx", "forc-util", "forc-wallet", @@ -3931,13 +3931,13 @@ dependencies = [ [[package]] name = "forc-crypto" -version = "0.70.1" +version = "0.70.2" dependencies = [ "anyhow", "async-trait", "clap", "criterion", - "forc-tracing 0.70.1", + "forc-tracing 0.70.2", "forc-util", "fuel-core-types 0.47.1", "fuel-crypto 0.65.0", @@ -3961,7 +3961,7 @@ dependencies = [ [[package]] name = "forc-debug" -version = "0.70.1" +version = "0.70.2" dependencies = [ "anyhow", "clap", @@ -3970,7 +3970,7 @@ dependencies = [ "escargot", "forc-pkg", "forc-test", - "forc-tracing 0.70.1", + "forc-tracing 0.70.2", "forc-util", "fuel-abi-types 0.15.3", "fuel-core-client 0.47.1", @@ -3994,7 +3994,7 @@ dependencies = [ [[package]] name = "forc-doc" -version = "0.70.1" +version = "0.70.2" dependencies = [ "anyhow", "clap", @@ -4003,7 +4003,7 @@ dependencies = [ "dir_indexer", "expect-test", "forc-pkg", - "forc-tracing 0.70.1", + "forc-tracing 0.70.2", "forc-util", "horrorshow", "include_dir", @@ -4022,12 +4022,12 @@ dependencies = [ [[package]] name = "forc-fmt" -version = "0.70.1" +version = "0.70.2" dependencies = [ "anyhow", "clap", "forc-pkg", - "forc-tracing 0.70.1", + "forc-tracing 0.70.2", "forc-util", "prettydiff", "sway-core", @@ -4040,7 +4040,7 @@ dependencies = [ [[package]] name = "forc-lsp" -version = "0.70.1" +version = "0.70.2" dependencies = [ "anyhow", "clap", @@ -4051,7 +4051,7 @@ dependencies = [ [[package]] name = "forc-mcp" -version = "0.70.1" +version = "0.70.2" dependencies = [ "anyhow", "async-trait", @@ -4079,13 +4079,13 @@ dependencies = [ [[package]] name = "forc-migrate" -version = "0.70.1" +version = "0.70.2" dependencies = [ "anyhow", "clap", "duplicate", "forc-pkg", - "forc-tracing 0.70.1", + "forc-tracing 0.70.2", "forc-util", "itertools 0.13.0", "num-bigint", @@ -4100,12 +4100,12 @@ dependencies = [ [[package]] name = "forc-node" -version = "0.70.1" +version = "0.70.2" dependencies = [ "anyhow", "clap", "dialoguer", - "forc-tracing 0.70.1", + "forc-tracing 0.70.2", "forc-util", "fuel-core", "fuel-core-chain-config 0.47.1", @@ -4129,14 +4129,14 @@ dependencies = [ [[package]] name = "forc-pkg" -version = "0.70.1" +version = "0.70.2" dependencies = [ "ansiterm", "anyhow", "byte-unit", "cid", "flate2", - "forc-tracing 0.70.1", + "forc-tracing 0.70.2", "forc-util", "fuel-abi-types 0.15.3", "futures", @@ -4173,13 +4173,13 @@ dependencies = [ [[package]] name = "forc-publish" -version = "0.70.1" +version = "0.70.2" dependencies = [ "anyhow", "clap", "flate2", "forc-pkg", - "forc-tracing 0.70.1", + "forc-tracing 0.70.2", "forc-util", "futures-util", "regex", @@ -4202,7 +4202,7 @@ dependencies = [ [[package]] name = "forc-test" -version = "0.70.1" +version = "0.70.2" dependencies = [ "anyhow", "forc-pkg", @@ -4232,7 +4232,7 @@ dependencies = [ [[package]] name = "forc-tracing" -version = "0.70.1" +version = "0.70.2" dependencies = [ "ansiterm", "regex", @@ -4243,7 +4243,7 @@ dependencies = [ [[package]] name = "forc-tx" -version = "0.70.1" +version = "0.70.2" dependencies = [ "anyhow", "clap", @@ -4259,7 +4259,7 @@ dependencies = [ [[package]] name = "forc-util" -version = "0.70.1" +version = "0.70.2" dependencies = [ "annotate-snippets", "ansiterm", @@ -4267,7 +4267,7 @@ dependencies = [ "clap", "dirs 5.0.1", "fd-lock", - "forc-tracing 0.70.1", + "forc-tracing 0.70.2", "fuel-abi-types 0.15.3", "fuel-asm 0.65.0", "fuel-tx 0.65.0", @@ -11652,7 +11652,7 @@ checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" [[package]] name = "sway-ast" -version = "0.70.1" +version = "0.70.2" dependencies = [ "extension-trait", "num-bigint", @@ -11664,7 +11664,7 @@ dependencies = [ [[package]] name = "sway-core" -version = "0.70.1" +version = "0.70.2" dependencies = [ "clap", "dirs 5.0.1", @@ -11711,7 +11711,7 @@ dependencies = [ [[package]] name = "sway-error" -version = "0.70.1" +version = "0.70.2" dependencies = [ "either", "in_definite", @@ -11724,7 +11724,7 @@ dependencies = [ [[package]] name = "sway-features" -version = "0.70.1" +version = "0.70.2" dependencies = [ "clap", "paste", @@ -11734,7 +11734,7 @@ dependencies = [ [[package]] name = "sway-ir" -version = "0.70.1" +version = "0.70.2" dependencies = [ "anyhow", "downcast-rs", @@ -11755,7 +11755,7 @@ dependencies = [ [[package]] name = "sway-ir-macros" -version = "0.70.1" +version = "0.70.2" dependencies = [ "itertools 0.13.0", "proc-macro2", @@ -11765,7 +11765,7 @@ dependencies = [ [[package]] name = "sway-lsp" -version = "0.70.1" +version = "0.70.2" dependencies = [ "anyhow", "assert-json-diff", @@ -11775,7 +11775,7 @@ dependencies = [ "dirs 5.0.1", "fd-lock", "forc-pkg", - "forc-tracing 0.70.1", + "forc-tracing 0.70.2", "forc-util", "futures", "lsp-types", @@ -11812,7 +11812,7 @@ dependencies = [ [[package]] name = "sway-lsp-test-utils" -version = "0.70.1" +version = "0.70.2" dependencies = [ "assert-json-diff", "futures", @@ -11827,7 +11827,7 @@ dependencies = [ [[package]] name = "sway-parse" -version = "0.70.1" +version = "0.70.2" dependencies = [ "assert_matches", "extension-trait", @@ -11846,7 +11846,7 @@ dependencies = [ [[package]] name = "sway-types" -version = "0.70.1" +version = "0.70.2" dependencies = [ "fuel-asm 0.65.0", "fuel-crypto 0.65.0", @@ -11865,7 +11865,7 @@ dependencies = [ [[package]] name = "sway-utils" -version = "0.70.1" +version = "0.70.2" dependencies = [ "serde", "walkdir", @@ -11873,10 +11873,10 @@ dependencies = [ [[package]] name = "swayfmt" -version = "0.70.1" +version = "0.70.2" dependencies = [ "anyhow", - "forc-tracing 0.70.1", + "forc-tracing 0.70.2", "indoc", "paste", "prettydiff", @@ -12305,7 +12305,7 @@ dependencies = [ "forc-client", "forc-pkg", "forc-test", - "forc-tracing 0.70.1", + "forc-tracing 0.70.2", "forc-util", "fuel-vm 0.65.0", "futures", diff --git a/Cargo.toml b/Cargo.toml index 6e1dcbbf87c..ca89fb9ed5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ exclude = ["examples/*", "swayfmt/test_macros", "forc-test/test_data"] [workspace.package] edition = "2021" -version = "0.70.1" +version = "0.70.2" authors = ["Fuel Labs "] homepage = "https://fuel.network/" license = "Apache-2.0" @@ -42,38 +42,38 @@ iter_over_hash_type = "deny" # Internal dependencies in order to propagate `workspace.version` # -forc = { path = "forc/", version = "0.70.1" } -forc-pkg = { path = "forc-pkg/", version = "0.70.1" } -forc-test = { path = "forc-test/", version = "0.70.1" } -forc-tracing = { path = "forc-tracing/", version = "0.70.1" } -forc-util = { path = "forc-util/", version = "0.70.1" } +forc = { path = "forc/", version = "0.70.2" } +forc-pkg = { path = "forc-pkg/", version = "0.70.2" } +forc-test = { path = "forc-test/", version = "0.70.2" } +forc-tracing = { path = "forc-tracing/", version = "0.70.2" } +forc-util = { path = "forc-util/", version = "0.70.2" } # Forc plugins -forc-plugins = { path = "forc-plugins/", version = "0.70.1" } -forc-client = { path = "forc-plugins/forc-client/", version = "0.70.1" } -forc-crypto = { path = "forc-plugins/forc-crypto/", version = "0.70.1" } -forc-debug = { path = "forc-plugins/forc-debug/", version = "0.70.1" } -forc-doc = { path = "forc-plugins/forc-doc/", version = "0.70.1" } -forc-fmt = { path = "forc-plugins/forc-fmt/", version = "0.70.1" } -forc-lsp = { path = "forc-plugins/forc-lsp/", version = "0.70.1" } -forc-mcp = { path = "forc-plugins/forc-mcp/", version = "0.70.1" } -forc-migrate = { path = "forc-plugins/forc-migrate/", version = "0.70.1" } -forc-publish = { path = "forc-plugins/forc-publish/", version = "0.70.1" } -forc-tx = { path = "forc-plugins/forc-tx/", version = "0.70.1" } +forc-plugins = { path = "forc-plugins/", version = "0.70.2" } +forc-client = { path = "forc-plugins/forc-client/", version = "0.70.2" } +forc-crypto = { path = "forc-plugins/forc-crypto/", version = "0.70.2" } +forc-debug = { path = "forc-plugins/forc-debug/", version = "0.70.2" } +forc-doc = { path = "forc-plugins/forc-doc/", version = "0.70.2" } +forc-fmt = { path = "forc-plugins/forc-fmt/", version = "0.70.2" } +forc-lsp = { path = "forc-plugins/forc-lsp/", version = "0.70.2" } +forc-mcp = { path = "forc-plugins/forc-mcp/", version = "0.70.2" } +forc-migrate = { path = "forc-plugins/forc-migrate/", version = "0.70.2" } +forc-publish = { path = "forc-plugins/forc-publish/", version = "0.70.2" } +forc-tx = { path = "forc-plugins/forc-tx/", version = "0.70.2" } -sway-ast = { path = "sway-ast/", version = "0.70.1" } -sway-core = { path = "sway-core/", version = "0.70.1" } -sway-error = { path = "sway-error/", version = "0.70.1" } -sway-features = { path = "sway-features/", version = "0.70.1" } -sway-lsp = { path = "sway-lsp/", version = "0.70.1" } -sway-parse = { path = "sway-parse/", version = "0.70.1" } -sway-types = { path = "sway-types/", version = "0.70.1" } -sway-utils = { path = "sway-utils/", version = "0.70.1" } -swayfmt = { path = "swayfmt/", version = "0.70.1" } +sway-ast = { path = "sway-ast/", version = "0.70.2" } +sway-core = { path = "sway-core/", version = "0.70.2" } +sway-error = { path = "sway-error/", version = "0.70.2" } +sway-features = { path = "sway-features/", version = "0.70.2" } +sway-lsp = { path = "sway-lsp/", version = "0.70.2" } +sway-parse = { path = "sway-parse/", version = "0.70.2" } +sway-types = { path = "sway-types/", version = "0.70.2" } +sway-utils = { path = "sway-utils/", version = "0.70.2" } +swayfmt = { path = "swayfmt/", version = "0.70.2" } # Sway IR -sway-ir = { path = "sway-ir/", version = "0.70.1" } -sway-ir-macros = { path = "sway-ir/sway-ir-macros", version = "0.70.1" } +sway-ir = { path = "sway-ir/", version = "0.70.2" } +sway-ir-macros = { path = "sway-ir/sway-ir-macros", version = "0.70.2" } # # External Fuel dependencies diff --git a/sway-lib-std/Forc.toml b/sway-lib-std/Forc.toml index 013400848cf..53975193749 100644 --- a/sway-lib-std/Forc.toml +++ b/sway-lib-std/Forc.toml @@ -3,7 +3,7 @@ authors = ["Fuel Labs "] entry = "lib.sw" license = "Apache-2.0" name = "std" -version = "0.70.1" +version = "0.70.2" description = "The standard library for the Sway programming language." homepage = "https://github.com/FuelLabs/sway" repository = "https://github.com/FuelLabs/sway"