diff --git a/Cargo.lock b/Cargo.lock index 404454dc4b9..7ccbd3f59ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1609,7 +1609,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "forc" -version = "0.35.4" +version = "0.35.5" dependencies = [ "annotate-snippets", "ansi_term", @@ -1641,7 +1641,7 @@ dependencies = [ [[package]] name = "forc-client" -version = "0.35.4" +version = "0.35.5" dependencies = [ "anyhow", "async-trait", @@ -1674,7 +1674,7 @@ dependencies = [ [[package]] name = "forc-doc" -version = "0.35.4" +version = "0.35.5" dependencies = [ "anyhow", "clap 4.1.4", @@ -1693,7 +1693,7 @@ dependencies = [ [[package]] name = "forc-fmt" -version = "0.35.4" +version = "0.35.5" dependencies = [ "anyhow", "clap 3.2.23", @@ -1710,7 +1710,7 @@ dependencies = [ [[package]] name = "forc-lsp" -version = "0.35.4" +version = "0.35.5" dependencies = [ "anyhow", "clap 3.2.23", @@ -1720,7 +1720,7 @@ dependencies = [ [[package]] name = "forc-pkg" -version = "0.35.4" +version = "0.35.5" dependencies = [ "ansi_term", "anyhow", @@ -1748,7 +1748,7 @@ dependencies = [ [[package]] name = "forc-test" -version = "0.35.4" +version = "0.35.5" dependencies = [ "anyhow", "forc-pkg", @@ -1762,7 +1762,7 @@ dependencies = [ [[package]] name = "forc-tracing" -version = "0.35.4" +version = "0.35.5" dependencies = [ "ansi_term", "tracing", @@ -1771,7 +1771,7 @@ dependencies = [ [[package]] name = "forc-tx" -version = "0.35.4" +version = "0.35.5" dependencies = [ "anyhow", "clap 3.2.23", @@ -1784,7 +1784,7 @@ dependencies = [ [[package]] name = "forc-util" -version = "0.35.4" +version = "0.35.5" dependencies = [ "annotate-snippets", "ansi_term", @@ -4893,7 +4893,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "sway-ast" -version = "0.35.4" +version = "0.35.5" dependencies = [ "extension-trait", "num-bigint", @@ -4903,7 +4903,7 @@ dependencies = [ [[package]] name = "sway-core" -version = "0.35.4" +version = "0.35.5" dependencies = [ "clap 3.2.23", "derivative", @@ -4943,7 +4943,7 @@ dependencies = [ [[package]] name = "sway-error" -version = "0.35.4" +version = "0.35.5" dependencies = [ "extension-trait", "num-bigint", @@ -4955,7 +4955,7 @@ dependencies = [ [[package]] name = "sway-ir" -version = "0.35.4" +version = "0.35.5" dependencies = [ "anyhow", "downcast-rs", @@ -4970,7 +4970,7 @@ dependencies = [ [[package]] name = "sway-ir-macros" -version = "0.35.4" +version = "0.35.5" dependencies = [ "itertools", "proc-macro2", @@ -4980,7 +4980,7 @@ dependencies = [ [[package]] name = "sway-lsp" -version = "0.35.4" +version = "0.35.5" dependencies = [ "anyhow", "assert-json-diff", @@ -5030,7 +5030,7 @@ dependencies = [ [[package]] name = "sway-parse" -version = "0.35.4" +version = "0.35.5" dependencies = [ "assert_matches", "extension-trait", @@ -5046,7 +5046,7 @@ dependencies = [ [[package]] name = "sway-types" -version = "0.35.4" +version = "0.35.5" dependencies = [ "fuel-asm", "fuel-crypto", @@ -5057,11 +5057,11 @@ dependencies = [ [[package]] name = "sway-utils" -version = "0.35.4" +version = "0.35.5" [[package]] name = "swayfmt" -version = "0.35.4" +version = "0.35.5" dependencies = [ "anyhow", "forc-tracing", diff --git a/forc-pkg/Cargo.toml b/forc-pkg/Cargo.toml index 4cd072a5c8a..bf6835bd33a 100644 --- a/forc-pkg/Cargo.toml +++ b/forc-pkg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc-pkg" -version = "0.35.4" +version = "0.35.5" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" @@ -12,8 +12,8 @@ description = "Building, locking, fetching and updating Sway projects as Forc pa ansi_term = "0.12" anyhow = "1" fd-lock = "3.0" -forc-tracing = { version = "0.35.4", path = "../forc-tracing" } -forc-util = { version = "0.35.4", path = "../forc-util" } +forc-tracing = { version = "0.35.5", path = "../forc-tracing" } +forc-util = { version = "0.35.5", path = "../forc-util" } fuel-abi-types = "0.1" git2 = { version = "0.16.1", features = ["vendored-libgit2", "vendored-openssl"] } hex = "0.4.3" @@ -22,10 +22,10 @@ semver = { version = "1.0", features = ["serde"] } serde = { version = "1.0", features = ["derive"] } serde_ignored = "0.1" serde_json = "1.0" -sway-core = { version = "0.35.4", path = "../sway-core" } -sway-error = { version = "0.35.4", path = "../sway-error" } -sway-types = { version = "0.35.4", path = "../sway-types" } -sway-utils = { version = "0.35.4", path = "../sway-utils" } +sway-core = { version = "0.35.5", path = "../sway-core" } +sway-error = { version = "0.35.5", path = "../sway-error" } +sway-types = { version = "0.35.5", path = "../sway-types" } +sway-utils = { version = "0.35.5", path = "../sway-utils" } toml = "0.5" tracing = "0.1" url = { version = "2.2", features = ["serde"] } diff --git a/forc-plugins/forc-client/Cargo.toml b/forc-plugins/forc-client/Cargo.toml index cf28868f9a1..65d86a5cdd8 100644 --- a/forc-plugins/forc-client/Cargo.toml +++ b/forc-plugins/forc-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc-client" -version = "0.35.4" +version = "0.35.5" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" @@ -14,11 +14,11 @@ async-trait = "0.1.58" chrono = { version = "0.4", default-features = false, features = ["std"] } clap = { version = "3", features = ["derive", "env"] } devault = "0.1" -forc = { version = "0.35.4", path = "../../forc" } -forc-pkg = { version = "0.35.4", path = "../../forc-pkg" } -forc-tracing = { version = "0.35.4", path = "../../forc-tracing" } -forc-tx = { version = "0.35.4", path = "../forc-tx" } -forc-util = { version = "0.35.4", path = "../../forc-util" } +forc = { version = "0.35.5", path = "../../forc" } +forc-pkg = { version = "0.35.5", path = "../../forc-pkg" } +forc-tracing = { version = "0.35.5", path = "../../forc-tracing" } +forc-tx = { version = "0.35.5", path = "../forc-tx" } +forc-util = { version = "0.35.5", path = "../../forc-util" } fuel-core-client = { workspace = true, default-features = false } fuel-crypto = { workspace = true } fuel-tx = { workspace = true, features = ["builder"] } @@ -31,9 +31,9 @@ hex = "0.4.3" rand = "0.8" serde = "1.0" serde_json = "1" -sway-core = { version = "0.35.4", path = "../../sway-core" } -sway-types = { version = "0.35.4", path = "../../sway-types" } -sway-utils = { version = "0.35.4", path = "../../sway-utils" } +sway-core = { version = "0.35.5", path = "../../sway-core" } +sway-types = { version = "0.35.5", path = "../../sway-types" } +sway-utils = { version = "0.35.5", path = "../../sway-utils" } tokio = { version = "1.8", features = ["macros", "rt-multi-thread", "process"] } tracing = "0.1" diff --git a/forc-plugins/forc-doc/Cargo.toml b/forc-plugins/forc-doc/Cargo.toml index b69708a7c68..ae05879a6c2 100644 --- a/forc-plugins/forc-doc/Cargo.toml +++ b/forc-plugins/forc-doc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc-doc" -version = "0.35.4" +version = "0.35.5" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" @@ -12,13 +12,13 @@ description = "Build the documentation for the local package and all dependencie anyhow = "1.0.65" clap = { version = "4.0.18", features = ["derive"] } comrak = "0.16" -forc-pkg = { version = "0.35.4", path = "../../forc-pkg" } -forc-util = { version = "0.35.4", path = "../../forc-util" } +forc-pkg = { version = "0.35.5", path = "../../forc-pkg" } +forc-util = { version = "0.35.5", path = "../../forc-util" } horrorshow = "0.8.4" include_dir = "0.7.3" opener = "0.5.0" -sway-ast = { version = "0.35.4", path = "../../sway-ast" } -sway-core = { version = "0.35.4", path = "../../sway-core" } -sway-lsp = { version = "0.35.4", path = "../../sway-lsp" } -sway-types = { version = "0.35.4", path = "../../sway-types" } -swayfmt = { version = "0.35.4", path = "../../swayfmt" } +sway-ast = { version = "0.35.5", path = "../../sway-ast" } +sway-core = { version = "0.35.5", path = "../../sway-core" } +sway-lsp = { version = "0.35.5", path = "../../sway-lsp" } +sway-types = { version = "0.35.5", path = "../../sway-types" } +swayfmt = { version = "0.35.5", path = "../../swayfmt" } diff --git a/forc-plugins/forc-fmt/Cargo.toml b/forc-plugins/forc-fmt/Cargo.toml index 02e8be7f10a..daab386cfb9 100644 --- a/forc-plugins/forc-fmt/Cargo.toml +++ b/forc-plugins/forc-fmt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc-fmt" -version = "0.35.4" +version = "0.35.5" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" @@ -11,12 +11,12 @@ description = "A `forc` plugin for running the Sway code formatter." [dependencies] anyhow = "1" clap = { version = "3", features = ["derive"] } -forc-pkg = { version = "0.35.4", path = "../../forc-pkg" } -forc-tracing = { version = "0.35.4", path = "../../forc-tracing" } -forc-util = { version = "0.35.4", path = "../../forc-util" } +forc-pkg = { version = "0.35.5", path = "../../forc-pkg" } +forc-tracing = { version = "0.35.5", path = "../../forc-tracing" } +forc-util = { version = "0.35.5", path = "../../forc-util" } prettydiff = "0.5" -sway-core = { version = "0.35.4", path = "../../sway-core" } -sway-utils = { version = "0.35.4", path = "../../sway-utils" } -swayfmt = { version = "0.35.4", path = "../../swayfmt" } +sway-core = { version = "0.35.5", path = "../../sway-core" } +sway-utils = { version = "0.35.5", path = "../../sway-utils" } +swayfmt = { version = "0.35.5", path = "../../swayfmt" } taplo = "0.7" tracing = "0.1" diff --git a/forc-plugins/forc-lsp/Cargo.toml b/forc-plugins/forc-lsp/Cargo.toml index d18dd2f1e22..4ef5dd55cbb 100644 --- a/forc-plugins/forc-lsp/Cargo.toml +++ b/forc-plugins/forc-lsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc-lsp" -version = "0.35.4" +version = "0.35.5" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" @@ -11,5 +11,5 @@ description = "A simple `forc` plugin for starting the sway language server." [dependencies] anyhow = "1" clap = { version = "3", features = ["derive"] } -sway-lsp = { version = "0.35.4", path = "../../sway-lsp" } +sway-lsp = { version = "0.35.5", path = "../../sway-lsp" } tokio = { version = "1.8" } diff --git a/forc-plugins/forc-tx/Cargo.toml b/forc-plugins/forc-tx/Cargo.toml index 4d323d54902..cd5508fa3de 100644 --- a/forc-plugins/forc-tx/Cargo.toml +++ b/forc-plugins/forc-tx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc-tx" -version = "0.35.4" +version = "0.35.5" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" diff --git a/forc-test/Cargo.toml b/forc-test/Cargo.toml index d537ffb1f26..45701163845 100644 --- a/forc-test/Cargo.toml +++ b/forc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc-test" -version = "0.35.4" +version = "0.35.5" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" @@ -10,10 +10,10 @@ description = "A library for building and running Sway unit tests within Forc pa [dependencies] anyhow = "1" -forc-pkg = { version = "0.35.4", path = "../forc-pkg" } +forc-pkg = { version = "0.35.5", path = "../forc-pkg" } fuel-abi-types = "0.2" fuel-tx = { workspace = true, features = ["builder"] } fuel-vm = { workspace = true, features = ["random"] } rand = "0.8" -sway-core = { version = "0.35.4", path = "../sway-core" } -sway-types = { version = "0.35.4", path = "../sway-types" } +sway-core = { version = "0.35.5", path = "../sway-core" } +sway-types = { version = "0.35.5", path = "../sway-types" } diff --git a/forc-tracing/Cargo.toml b/forc-tracing/Cargo.toml index 6d4d8249f46..e37d0aa600a 100644 --- a/forc-tracing/Cargo.toml +++ b/forc-tracing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc-tracing" -version = "0.35.4" +version = "0.35.5" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" diff --git a/forc-util/Cargo.toml b/forc-util/Cargo.toml index df6d67f0963..01556c06920 100644 --- a/forc-util/Cargo.toml +++ b/forc-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc-util" -version = "0.35.4" +version = "0.35.5" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" @@ -13,13 +13,13 @@ annotate-snippets = { version = "0.9", features = ["color"] } ansi_term = "0.12" anyhow = "1" dirs = "3.0.2" -forc-tracing = { version = "0.35.4", path = "../forc-tracing" } +forc-tracing = { version = "0.35.5", path = "../forc-tracing" } hex = "0.4.3" serde_json = "1.0.73" -sway-core = { version = "0.35.4", path = "../sway-core" } -sway-error = { version = "0.35.4", path = "../sway-error" } -sway-types = { version = "0.35.4", path = "../sway-types" } -sway-utils = { version = "0.35.4", path = "../sway-utils" } +sway-core = { version = "0.35.5", path = "../sway-core" } +sway-error = { version = "0.35.5", path = "../sway-error" } +sway-types = { version = "0.35.5", path = "../sway-types" } +sway-utils = { version = "0.35.5", path = "../sway-utils" } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["ansi", "env-filter", "json"] } unicode-xid = "0.2.2" diff --git a/forc/Cargo.toml b/forc/Cargo.toml index a382eea7d85..46708667551 100644 --- a/forc/Cargo.toml +++ b/forc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc" -version = "0.35.4" +version = "0.35.5" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" @@ -22,18 +22,18 @@ ansi_term = "0.12" anyhow = "1.0.41" clap = { version = "3.1", features = ["cargo", "derive", "env"] } clap_complete = "3.1" -forc-pkg = { version = "0.35.4", path = "../forc-pkg" } -forc-test = { version = "0.35.4", path = "../forc-test" } -forc-tracing = { version = "0.35.4", path = "../forc-tracing" } -forc-util = { version = "0.35.4", path = "../forc-util" } +forc-pkg = { version = "0.35.5", path = "../forc-pkg" } +forc-test = { version = "0.35.5", path = "../forc-test" } +forc-tracing = { version = "0.35.5", path = "../forc-tracing" } +forc-util = { version = "0.35.5", path = "../forc-util" } fs_extra = "1.2" fuel-asm = { workspace = true } hex = "0.4.3" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.73" -sway-core = { version = "0.35.4", path = "../sway-core" } -sway-types = { version = "0.35.4", path = "../sway-types" } -sway-utils = { version = "0.35.4", path = "../sway-utils" } +sway-core = { version = "0.35.5", path = "../sway-core" } +sway-types = { version = "0.35.5", path = "../sway-types" } +sway-utils = { version = "0.35.5", path = "../sway-utils" } term-table = "1.3" tokio = { version = "1.8.0", features = ["macros", "rt-multi-thread"] } toml = "0.5" diff --git a/sway-ast/Cargo.toml b/sway-ast/Cargo.toml index d2247d9b72c..a99ac3f177e 100644 --- a/sway-ast/Cargo.toml +++ b/sway-ast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-ast" -version = "0.35.4" +version = "0.35.5" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" @@ -12,4 +12,4 @@ description = "Sway's parser" extension-trait = "1.0.1" num-bigint = "0.4.3" num-traits = "0.2.14" -sway-types = { version = "0.35.4", path = "../sway-types" } +sway-types = { version = "0.35.5", path = "../sway-types" } diff --git a/sway-core/Cargo.toml b/sway-core/Cargo.toml index 8ac27f9d538..b2e5ea340d0 100644 --- a/sway-core/Cargo.toml +++ b/sway-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-core" -version = "0.35.4" +version = "0.35.5" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" @@ -33,12 +33,12 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.91" sha2 = "0.9" smallvec = "1.7" -sway-ast = { version = "0.35.4", path = "../sway-ast" } -sway-error = { version = "0.35.4", path = "../sway-error" } -sway-ir = { version = "0.35.4", path = "../sway-ir" } -sway-parse = { version = "0.35.4", path = "../sway-parse" } -sway-types = { version = "0.35.4", path = "../sway-types" } -sway-utils = { version = "0.35.4", path = "../sway-utils" } +sway-ast = { version = "0.35.5", path = "../sway-ast" } +sway-error = { version = "0.35.5", path = "../sway-error" } +sway-ir = { version = "0.35.5", path = "../sway-ir" } +sway-parse = { version = "0.35.5", path = "../sway-parse" } +sway-types = { version = "0.35.5", path = "../sway-types" } +sway-utils = { version = "0.35.5", path = "../sway-utils" } thiserror = "1.0" tracing = "0.1" uint = "0.9" diff --git a/sway-error/Cargo.toml b/sway-error/Cargo.toml index 8e4cd800ba2..e0693969f98 100644 --- a/sway-error/Cargo.toml +++ b/sway-error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-error" -version = "0.35.4" +version = "0.35.5" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" @@ -12,6 +12,6 @@ description = "Sway's error handling" extension-trait = "1.0.1" num-bigint = "0.4.3" num-traits = "0.2.14" -sway-ast = { version = "0.35.4", path = "../sway-ast" } -sway-types = { version = "0.35.4", path = "../sway-types" } +sway-ast = { version = "0.35.5", path = "../sway-ast" } +sway-types = { version = "0.35.5", path = "../sway-types" } thiserror = "1.0" diff --git a/sway-ir/Cargo.toml b/sway-ir/Cargo.toml index bf8a97acfe2..6ee60164eb4 100644 --- a/sway-ir/Cargo.toml +++ b/sway-ir/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-ir" -version = "0.35.4" +version = "0.35.5" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" @@ -15,6 +15,6 @@ filecheck = "0.5" generational-arena = "0.2" peg = "0.7" rustc-hash = "1.1.0" -sway-ir-macros = { version = "0.35.4", path = "sway-ir-macros" } -sway-types = { version = "0.35.4", path = "../sway-types" } -sway-utils = { version = "0.35.4", path = "../sway-utils" } +sway-ir-macros = { version = "0.35.5", path = "sway-ir-macros" } +sway-types = { version = "0.35.5", path = "../sway-types" } +sway-utils = { version = "0.35.5", path = "../sway-utils" } diff --git a/sway-ir/sway-ir-macros/Cargo.toml b/sway-ir/sway-ir-macros/Cargo.toml index ae5d683c7fe..066b618512a 100644 --- a/sway-ir/sway-ir-macros/Cargo.toml +++ b/sway-ir/sway-ir-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-ir-macros" -version = "0.35.4" +version = "0.35.5" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" diff --git a/sway-lsp/Cargo.toml b/sway-lsp/Cargo.toml index febf430d560..7b4bb53b301 100644 --- a/sway-lsp/Cargo.toml +++ b/sway-lsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-lsp" -version = "0.35.4" +version = "0.35.5" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" @@ -11,8 +11,8 @@ description = "LSP server for Sway." [dependencies] anyhow = "1.0.41" dashmap = "5.4" -forc-pkg = { version = "0.35.4", path = "../forc-pkg" } -forc-tracing = { version = "0.35.4", path = "../forc-tracing" } +forc-pkg = { version = "0.35.5", path = "../forc-pkg" } +forc-tracing = { version = "0.35.5", path = "../forc-tracing" } notify = "5.0.0" notify-debouncer-mini = { version = "0.2.0" } parking_lot = "0.12.1" @@ -21,13 +21,13 @@ quote = "1.0.9" ropey = "1.2" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.60" -sway-ast = { version = "0.35.4", path = "../sway-ast" } -sway-core = { version = "0.35.4", path = "../sway-core" } -sway-error = { version = "0.35.4", path = "../sway-error" } -sway-parse = { version = "0.35.4", path = "../sway-parse" } -sway-types = { version = "0.35.4", path = "../sway-types" } -sway-utils = { version = "0.35.4", path = "../sway-utils" } -swayfmt = { version = "0.35.4", path = "../swayfmt" } +sway-ast = { version = "0.35.5", path = "../sway-ast" } +sway-core = { version = "0.35.5", path = "../sway-core" } +sway-error = { version = "0.35.5", path = "../sway-error" } +sway-parse = { version = "0.35.5", path = "../sway-parse" } +sway-types = { version = "0.35.5", path = "../sway-types" } +sway-utils = { version = "0.35.5", path = "../sway-utils" } +swayfmt = { version = "0.35.5", path = "../swayfmt" } syn = { version = "1.0.73", features = ["full"] } tempfile = "3" thiserror = "1.0.30" diff --git a/sway-parse/Cargo.toml b/sway-parse/Cargo.toml index 4c4d566fd9b..5112b9cc048 100644 --- a/sway-parse/Cargo.toml +++ b/sway-parse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-parse" -version = "0.35.4" +version = "0.35.5" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" @@ -13,9 +13,9 @@ extension-trait = "1.0.1" num-bigint = "0.4.3" num-traits = "0.2.14" phf = { version = "0.10.1", features = ["macros"] } -sway-ast = { version = "0.35.4", path = "../sway-ast" } -sway-error = { version = "0.35.4", path = "../sway-error" } -sway-types = { version = "0.35.4", path = "../sway-types" } +sway-ast = { version = "0.35.5", path = "../sway-ast" } +sway-error = { version = "0.35.5", path = "../sway-error" } +sway-types = { version = "0.35.5", path = "../sway-types" } thiserror = "1.0" unicode-xid = "0.2.2" diff --git a/sway-types/Cargo.toml b/sway-types/Cargo.toml index 8c8e8f3232a..dd508f7c4a2 100644 --- a/sway-types/Cargo.toml +++ b/sway-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-types" -version = "0.35.4" +version = "0.35.5" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" diff --git a/sway-utils/Cargo.toml b/sway-utils/Cargo.toml index b036c37de1c..a4d4f5e1f38 100644 --- a/sway-utils/Cargo.toml +++ b/sway-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-utils" -version = "0.35.4" +version = "0.35.5" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" diff --git a/swayfmt/Cargo.toml b/swayfmt/Cargo.toml index 58fa216a5af..5260c6ac60f 100644 --- a/swayfmt/Cargo.toml +++ b/swayfmt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swayfmt" -version = "0.35.4" +version = "0.35.5" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" @@ -10,16 +10,16 @@ description = "Sway language formatter." [dependencies] anyhow = "1" -forc-tracing = { version = "0.35.4", path = "../forc-tracing" } -forc-util = { version = "0.35.4", path = "../forc-util" } +forc-tracing = { version = "0.35.5", path = "../forc-tracing" } +forc-util = { version = "0.35.5", path = "../forc-util" } ropey = "1.5" serde = { version = "1.0", features = ["derive"] } serde_ignored = "0.1" -sway-ast = { version = "0.35.4", path = "../sway-ast" } -sway-core = { version = "0.35.4", path = "../sway-core" } -sway-error = { version = "0.35.4", path = "../sway-error" } -sway-parse = { version = "0.35.4", path = "../sway-parse" } -sway-types = { version = "0.35.4", path = "../sway-types" } +sway-ast = { version = "0.35.5", path = "../sway-ast" } +sway-core = { version = "0.35.5", path = "../sway-core" } +sway-error = { version = "0.35.5", path = "../sway-error" } +sway-parse = { version = "0.35.5", path = "../sway-parse" } +sway-types = { version = "0.35.5", path = "../sway-types" } thiserror = "1.0.30" toml = "0.5"