diff --git a/Cargo.lock b/Cargo.lock index 7f6e7b9e589..51900dcee2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1597,7 +1597,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "forc" -version = "0.35.0" +version = "0.35.1" dependencies = [ "annotate-snippets", "ansi_term", @@ -1629,7 +1629,7 @@ dependencies = [ [[package]] name = "forc-client" -version = "0.35.0" +version = "0.35.1" dependencies = [ "anyhow", "async-trait", @@ -1661,7 +1661,7 @@ dependencies = [ [[package]] name = "forc-doc" -version = "0.35.0" +version = "0.35.1" dependencies = [ "anyhow", "clap 4.1.4", @@ -1680,7 +1680,7 @@ dependencies = [ [[package]] name = "forc-fmt" -version = "0.35.0" +version = "0.35.1" dependencies = [ "anyhow", "clap 3.2.23", @@ -1697,7 +1697,7 @@ dependencies = [ [[package]] name = "forc-lsp" -version = "0.35.0" +version = "0.35.1" dependencies = [ "anyhow", "clap 3.2.23", @@ -1707,7 +1707,7 @@ dependencies = [ [[package]] name = "forc-pkg" -version = "0.35.0" +version = "0.35.1" dependencies = [ "anyhow", "fd-lock", @@ -1734,7 +1734,7 @@ dependencies = [ [[package]] name = "forc-test" -version = "0.35.0" +version = "0.35.1" dependencies = [ "anyhow", "forc-pkg", @@ -1747,7 +1747,7 @@ dependencies = [ [[package]] name = "forc-tracing" -version = "0.35.0" +version = "0.35.1" dependencies = [ "ansi_term", "tracing", @@ -1756,7 +1756,7 @@ dependencies = [ [[package]] name = "forc-tx" -version = "0.35.0" +version = "0.35.1" dependencies = [ "anyhow", "clap 3.2.23", @@ -1768,7 +1768,7 @@ dependencies = [ [[package]] name = "forc-util" -version = "0.35.0" +version = "0.35.1" dependencies = [ "annotate-snippets", "ansi_term", @@ -4782,7 +4782,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "sway-ast" -version = "0.35.0" +version = "0.35.1" dependencies = [ "extension-trait", "num-bigint", @@ -4792,7 +4792,7 @@ dependencies = [ [[package]] name = "sway-core" -version = "0.35.0" +version = "0.35.1" dependencies = [ "clap 3.2.23", "derivative", @@ -4831,7 +4831,7 @@ dependencies = [ [[package]] name = "sway-error" -version = "0.35.0" +version = "0.35.1" dependencies = [ "extension-trait", "num-bigint", @@ -4843,7 +4843,7 @@ dependencies = [ [[package]] name = "sway-ir" -version = "0.35.0" +version = "0.35.1" dependencies = [ "anyhow", "downcast-rs", @@ -4858,7 +4858,7 @@ dependencies = [ [[package]] name = "sway-ir-macros" -version = "0.35.0" +version = "0.35.1" dependencies = [ "itertools", "proc-macro2", @@ -4868,7 +4868,7 @@ dependencies = [ [[package]] name = "sway-lsp" -version = "0.35.0" +version = "0.35.1" dependencies = [ "anyhow", "assert-json-diff", @@ -4918,7 +4918,7 @@ dependencies = [ [[package]] name = "sway-parse" -version = "0.35.0" +version = "0.35.1" dependencies = [ "assert_matches", "extension-trait", @@ -4934,7 +4934,7 @@ dependencies = [ [[package]] name = "sway-types" -version = "0.35.0" +version = "0.35.1" dependencies = [ "fuel-asm", "fuel-crypto", @@ -4945,11 +4945,11 @@ dependencies = [ [[package]] name = "sway-utils" -version = "0.35.0" +version = "0.35.1" [[package]] name = "swayfmt" -version = "0.35.0" +version = "0.35.1" dependencies = [ "anyhow", "forc-tracing", diff --git a/forc-pkg/Cargo.toml b/forc-pkg/Cargo.toml index 4d8be28e625..b992dc8d1d5 100644 --- a/forc-pkg/Cargo.toml +++ b/forc-pkg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc-pkg" -version = "0.35.0" +version = "0.35.1" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" @@ -11,8 +11,8 @@ description = "Building, locking, fetching and updating Sway projects as Forc pa [dependencies] anyhow = "1" fd-lock = "3.0" -forc-tracing = { version = "0.35.0", path = "../forc-tracing" } -forc-util = { version = "0.35.0", path = "../forc-util" } +forc-tracing = { version = "0.35.1", path = "../forc-tracing" } +forc-util = { version = "0.35.1", path = "../forc-util" } fuel-abi-types = "0.1" git2 = { version = "0.16.1", features = ["vendored-libgit2", "vendored-openssl"] } hex = "0.4.3" @@ -21,10 +21,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.0", path = "../sway-core" } -sway-error = { version = "0.35.0", path = "../sway-error" } -sway-types = { version = "0.35.0", path = "../sway-types" } -sway-utils = { version = "0.35.0", path = "../sway-utils" } +sway-core = { version = "0.35.1", path = "../sway-core" } +sway-error = { version = "0.35.1", path = "../sway-error" } +sway-types = { version = "0.35.1", path = "../sway-types" } +sway-utils = { version = "0.35.1", 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 a4d832e7acf..ad80503e2d3 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.0" +version = "0.35.1" 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.0", path = "../../forc" } -forc-pkg = { version = "0.35.0", path = "../../forc-pkg" } -forc-tracing = { version = "0.35.0", path = "../../forc-tracing" } -forc-tx = { version = "0.35.0", path = "../forc-tx" } -forc-util = { version = "0.35.0", path = "../../forc-util" } +forc = { version = "0.35.1", path = "../../forc" } +forc-pkg = { version = "0.35.1", path = "../../forc-pkg" } +forc-tracing = { version = "0.35.1", path = "../../forc-tracing" } +forc-tx = { version = "0.35.1", path = "../forc-tx" } +forc-util = { version = "0.35.1", path = "../../forc-util" } fuel-core-client = { workspace = true, default-features = false } fuel-crypto = { workspace = true } fuel-tx = { workspace = true, features = ["builder"] } @@ -30,9 +30,9 @@ futures = "0.3" hex = "0.4.3" serde = "1.0" serde_json = "1" -sway-core = { version = "0.35.0", path = "../../sway-core" } -sway-types = { version = "0.35.0", path = "../../sway-types" } -sway-utils = { version = "0.35.0", path = "../../sway-utils" } +sway-core = { version = "0.35.1", path = "../../sway-core" } +sway-types = { version = "0.35.1", path = "../../sway-types" } +sway-utils = { version = "0.35.1", 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 88a884d3fc6..d9897e64cc5 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.0" +version = "0.35.1" 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.0", path = "../../forc-pkg" } -forc-util = { version = "0.35.0", path = "../../forc-util" } +forc-pkg = { version = "0.35.1", path = "../../forc-pkg" } +forc-util = { version = "0.35.1", path = "../../forc-util" } horrorshow = "0.8.4" include_dir = "0.7.3" opener = "0.5.0" -sway-ast = { version = "0.35.0", path = "../../sway-ast" } -sway-core = { version = "0.35.0", path = "../../sway-core" } -sway-lsp = { version = "0.35.0", path = "../../sway-lsp" } -sway-types = { version = "0.35.0", path = "../../sway-types" } -swayfmt = { version = "0.35.0", path = "../../swayfmt" } +sway-ast = { version = "0.35.1", path = "../../sway-ast" } +sway-core = { version = "0.35.1", path = "../../sway-core" } +sway-lsp = { version = "0.35.1", path = "../../sway-lsp" } +sway-types = { version = "0.35.1", path = "../../sway-types" } +swayfmt = { version = "0.35.1", path = "../../swayfmt" } diff --git a/forc-plugins/forc-fmt/Cargo.toml b/forc-plugins/forc-fmt/Cargo.toml index e9be10a2bb9..418ba5c0374 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.0" +version = "0.35.1" 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.0", path = "../../forc-pkg" } -forc-tracing = { version = "0.35.0", path = "../../forc-tracing" } -forc-util = { version = "0.35.0", path = "../../forc-util" } +forc-pkg = { version = "0.35.1", path = "../../forc-pkg" } +forc-tracing = { version = "0.35.1", path = "../../forc-tracing" } +forc-util = { version = "0.35.1", path = "../../forc-util" } prettydiff = "0.5" -sway-core = { version = "0.35.0", path = "../../sway-core" } -sway-utils = { version = "0.35.0", path = "../../sway-utils" } -swayfmt = { version = "0.35.0", path = "../../swayfmt" } +sway-core = { version = "0.35.1", path = "../../sway-core" } +sway-utils = { version = "0.35.1", path = "../../sway-utils" } +swayfmt = { version = "0.35.1", 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 e337f8d9ff7..d8aab088f69 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.0" +version = "0.35.1" 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.0", path = "../../sway-lsp" } +sway-lsp = { version = "0.35.1", path = "../../sway-lsp" } tokio = { version = "1.8" } diff --git a/forc-plugins/forc-tx/Cargo.toml b/forc-plugins/forc-tx/Cargo.toml index 01b941ef7f1..47ee2cf5cf1 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.0" +version = "0.35.1" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" diff --git a/forc-test/Cargo.toml b/forc-test/Cargo.toml index c0d1a25f645..3a06fea0093 100644 --- a/forc-test/Cargo.toml +++ b/forc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc-test" -version = "0.35.0" +version = "0.35.1" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" @@ -10,9 +10,9 @@ description = "A library for building and running Sway unit tests within Forc pa [dependencies] anyhow = "1" -forc-pkg = { version = "0.35.0", path = "../forc-pkg" } +forc-pkg = { version = "0.35.1", path = "../forc-pkg" } fuel-tx = { workspace = true, features = ["builder"] } fuel-vm = { workspace = true, features = ["random"] } rand = "0.8" -sway-core = { version = "0.35.0", path = "../sway-core" } -sway-types = { version = "0.35.0", path = "../sway-types" } +sway-core = { version = "0.35.1", path = "../sway-core" } +sway-types = { version = "0.35.1", path = "../sway-types" } diff --git a/forc-tracing/Cargo.toml b/forc-tracing/Cargo.toml index d8834adc4be..a6dada65494 100644 --- a/forc-tracing/Cargo.toml +++ b/forc-tracing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc-tracing" -version = "0.35.0" +version = "0.35.1" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" diff --git a/forc-util/Cargo.toml b/forc-util/Cargo.toml index c42cb8c89aa..2655006538e 100644 --- a/forc-util/Cargo.toml +++ b/forc-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc-util" -version = "0.35.0" +version = "0.35.1" 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.0", path = "../forc-tracing" } +forc-tracing = { version = "0.35.1", path = "../forc-tracing" } hex = "0.4.3" serde_json = "1.0.73" -sway-core = { version = "0.35.0", path = "../sway-core" } -sway-error = { version = "0.35.0", path = "../sway-error" } -sway-types = { version = "0.35.0", path = "../sway-types" } -sway-utils = { version = "0.35.0", path = "../sway-utils" } +sway-core = { version = "0.35.1", path = "../sway-core" } +sway-error = { version = "0.35.1", path = "../sway-error" } +sway-types = { version = "0.35.1", path = "../sway-types" } +sway-utils = { version = "0.35.1", 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 491c4221c1f..7da002f9c18 100644 --- a/forc/Cargo.toml +++ b/forc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc" -version = "0.35.0" +version = "0.35.1" 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.0", path = "../forc-pkg" } -forc-test = { version = "0.35.0", path = "../forc-test" } -forc-tracing = { version = "0.35.0", path = "../forc-tracing" } -forc-util = { version = "0.35.0", path = "../forc-util" } +forc-pkg = { version = "0.35.1", path = "../forc-pkg" } +forc-test = { version = "0.35.1", path = "../forc-test" } +forc-tracing = { version = "0.35.1", path = "../forc-tracing" } +forc-util = { version = "0.35.1", 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.0", path = "../sway-core" } -sway-types = { version = "0.35.0", path = "../sway-types" } -sway-utils = { version = "0.35.0", path = "../sway-utils" } +sway-core = { version = "0.35.1", path = "../sway-core" } +sway-types = { version = "0.35.1", path = "../sway-types" } +sway-utils = { version = "0.35.1", 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 2c4b3449b6a..cc58930b8f9 100644 --- a/sway-ast/Cargo.toml +++ b/sway-ast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-ast" -version = "0.35.0" +version = "0.35.1" 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.0", path = "../sway-types" } +sway-types = { version = "0.35.1", path = "../sway-types" } diff --git a/sway-core/Cargo.toml b/sway-core/Cargo.toml index 4e613732f8b..c1da01f9be5 100644 --- a/sway-core/Cargo.toml +++ b/sway-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-core" -version = "0.35.0" +version = "0.35.1" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" @@ -32,12 +32,12 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.91" sha2 = "0.9" smallvec = "1.7" -sway-ast = { version = "0.35.0", path = "../sway-ast" } -sway-error = { version = "0.35.0", path = "../sway-error" } -sway-ir = { version = "0.35.0", path = "../sway-ir" } -sway-parse = { version = "0.35.0", path = "../sway-parse" } -sway-types = { version = "0.35.0", path = "../sway-types" } -sway-utils = { version = "0.35.0", path = "../sway-utils" } +sway-ast = { version = "0.35.1", path = "../sway-ast" } +sway-error = { version = "0.35.1", path = "../sway-error" } +sway-ir = { version = "0.35.1", path = "../sway-ir" } +sway-parse = { version = "0.35.1", path = "../sway-parse" } +sway-types = { version = "0.35.1", path = "../sway-types" } +sway-utils = { version = "0.35.1", 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 77d622654d5..060c1e1c03e 100644 --- a/sway-error/Cargo.toml +++ b/sway-error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-error" -version = "0.35.0" +version = "0.35.1" 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.0", path = "../sway-ast" } -sway-types = { version = "0.35.0", path = "../sway-types" } +sway-ast = { version = "0.35.1", path = "../sway-ast" } +sway-types = { version = "0.35.1", path = "../sway-types" } thiserror = "1.0" diff --git a/sway-ir/Cargo.toml b/sway-ir/Cargo.toml index 7266c88b6a9..ac5886dbc2b 100644 --- a/sway-ir/Cargo.toml +++ b/sway-ir/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-ir" -version = "0.35.0" +version = "0.35.1" 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.0", path = "sway-ir-macros" } -sway-types = { version = "0.35.0", path = "../sway-types" } -sway-utils = { version = "0.35.0", path = "../sway-utils" } +sway-ir-macros = { version = "0.35.1", path = "sway-ir-macros" } +sway-types = { version = "0.35.1", path = "../sway-types" } +sway-utils = { version = "0.35.1", path = "../sway-utils" } diff --git a/sway-ir/sway-ir-macros/Cargo.toml b/sway-ir/sway-ir-macros/Cargo.toml index 64173a6de04..5ef54f53aba 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.0" +version = "0.35.1" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" diff --git a/sway-lsp/Cargo.toml b/sway-lsp/Cargo.toml index f200003ab05..8cde09c3898 100644 --- a/sway-lsp/Cargo.toml +++ b/sway-lsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-lsp" -version = "0.35.0" +version = "0.35.1" 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.0", path = "../forc-pkg" } -forc-tracing = { version = "0.35.0", path = "../forc-tracing" } +forc-pkg = { version = "0.35.1", path = "../forc-pkg" } +forc-tracing = { version = "0.35.1", 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.0", path = "../sway-ast" } -sway-core = { version = "0.35.0", path = "../sway-core" } -sway-error = { version = "0.35.0", path = "../sway-error" } -sway-parse = { version = "0.35.0", path = "../sway-parse" } -sway-types = { version = "0.35.0", path = "../sway-types" } -sway-utils = { version = "0.35.0", path = "../sway-utils" } -swayfmt = { version = "0.35.0", path = "../swayfmt" } +sway-ast = { version = "0.35.1", path = "../sway-ast" } +sway-core = { version = "0.35.1", path = "../sway-core" } +sway-error = { version = "0.35.1", path = "../sway-error" } +sway-parse = { version = "0.35.1", path = "../sway-parse" } +sway-types = { version = "0.35.1", path = "../sway-types" } +sway-utils = { version = "0.35.1", path = "../sway-utils" } +swayfmt = { version = "0.35.1", 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 fe65deb86de..b899219d98b 100644 --- a/sway-parse/Cargo.toml +++ b/sway-parse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-parse" -version = "0.35.0" +version = "0.35.1" 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.0", path = "../sway-ast" } -sway-error = { version = "0.35.0", path = "../sway-error" } -sway-types = { version = "0.35.0", path = "../sway-types" } +sway-ast = { version = "0.35.1", path = "../sway-ast" } +sway-error = { version = "0.35.1", path = "../sway-error" } +sway-types = { version = "0.35.1", path = "../sway-types" } thiserror = "1.0" unicode-xid = "0.2.2" diff --git a/sway-types/Cargo.toml b/sway-types/Cargo.toml index ffe4dab2b35..ee737ba6bf5 100644 --- a/sway-types/Cargo.toml +++ b/sway-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-types" -version = "0.35.0" +version = "0.35.1" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" diff --git a/sway-utils/Cargo.toml b/sway-utils/Cargo.toml index 31d07c86db1..64e0619b0d7 100644 --- a/sway-utils/Cargo.toml +++ b/sway-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-utils" -version = "0.35.0" +version = "0.35.1" authors = ["Fuel Labs "] edition = "2021" homepage = "https://fuel.network/" diff --git a/swayfmt/Cargo.toml b/swayfmt/Cargo.toml index 6a0eab30e8b..0318ff671c4 100644 --- a/swayfmt/Cargo.toml +++ b/swayfmt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swayfmt" -version = "0.35.0" +version = "0.35.1" 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.0", path = "../forc-tracing" } -forc-util = { version = "0.35.0", path = "../forc-util" } +forc-tracing = { version = "0.35.1", path = "../forc-tracing" } +forc-util = { version = "0.35.1", path = "../forc-util" } ropey = "1.5" serde = { version = "1.0", features = ["derive"] } serde_ignored = "0.1" -sway-ast = { version = "0.35.0", path = "../sway-ast" } -sway-core = { version = "0.35.0", path = "../sway-core" } -sway-error = { version = "0.35.0", path = "../sway-error" } -sway-parse = { version = "0.35.0", path = "../sway-parse" } -sway-types = { version = "0.35.0", path = "../sway-types" } +sway-ast = { version = "0.35.1", path = "../sway-ast" } +sway-core = { version = "0.35.1", path = "../sway-core" } +sway-error = { version = "0.35.1", path = "../sway-error" } +sway-parse = { version = "0.35.1", path = "../sway-parse" } +sway-types = { version = "0.35.1", path = "../sway-types" } thiserror = "1.0.30" toml = "0.5"