diff --git a/Cargo.lock b/Cargo.lock index de4a8e811d3..d1c6d5d9afc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1720,7 +1720,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "forc" -version = "0.37.1" +version = "0.37.2" dependencies = [ "annotate-snippets", "ansi_term", @@ -1752,7 +1752,7 @@ dependencies = [ [[package]] name = "forc-client" -version = "0.37.1" +version = "0.37.2" dependencies = [ "anyhow", "async-trait", @@ -1785,7 +1785,7 @@ dependencies = [ [[package]] name = "forc-doc" -version = "0.37.1" +version = "0.37.2" dependencies = [ "anyhow", "clap 4.2.1", @@ -1804,7 +1804,7 @@ dependencies = [ [[package]] name = "forc-fmt" -version = "0.37.1" +version = "0.37.2" dependencies = [ "anyhow", "clap 3.2.23", @@ -1821,7 +1821,7 @@ dependencies = [ [[package]] name = "forc-lsp" -version = "0.37.1" +version = "0.37.2" dependencies = [ "anyhow", "clap 3.2.23", @@ -1831,7 +1831,7 @@ dependencies = [ [[package]] name = "forc-pkg" -version = "0.37.1" +version = "0.37.2" dependencies = [ "ansi_term", "anyhow", @@ -1860,7 +1860,7 @@ dependencies = [ [[package]] name = "forc-test" -version = "0.37.1" +version = "0.37.2" dependencies = [ "anyhow", "forc-pkg", @@ -1875,7 +1875,7 @@ dependencies = [ [[package]] name = "forc-tracing" -version = "0.37.1" +version = "0.37.2" dependencies = [ "ansi_term", "tracing", @@ -1884,7 +1884,7 @@ dependencies = [ [[package]] name = "forc-tx" -version = "0.37.1" +version = "0.37.2" dependencies = [ "anyhow", "clap 3.2.23", @@ -1898,7 +1898,7 @@ dependencies = [ [[package]] name = "forc-util" -version = "0.37.1" +version = "0.37.2" dependencies = [ "annotate-snippets", "ansi_term", @@ -5181,7 +5181,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "sway-ast" -version = "0.37.1" +version = "0.37.2" dependencies = [ "extension-trait", "num-bigint", @@ -5192,7 +5192,7 @@ dependencies = [ [[package]] name = "sway-core" -version = "0.37.1" +version = "0.37.2" dependencies = [ "clap 3.2.23", "derivative", @@ -5233,7 +5233,7 @@ dependencies = [ [[package]] name = "sway-error" -version = "0.37.1" +version = "0.37.2" dependencies = [ "extension-trait", "num-bigint", @@ -5245,7 +5245,7 @@ dependencies = [ [[package]] name = "sway-ir" -version = "0.37.1" +version = "0.37.2" dependencies = [ "anyhow", "downcast-rs", @@ -5260,7 +5260,7 @@ dependencies = [ [[package]] name = "sway-ir-macros" -version = "0.37.1" +version = "0.37.2" dependencies = [ "itertools", "proc-macro2", @@ -5270,7 +5270,7 @@ dependencies = [ [[package]] name = "sway-lsp" -version = "0.37.1" +version = "0.37.2" dependencies = [ "anyhow", "assert-json-diff", @@ -5320,7 +5320,7 @@ dependencies = [ [[package]] name = "sway-parse" -version = "0.37.1" +version = "0.37.2" dependencies = [ "assert_matches", "extension-trait", @@ -5337,7 +5337,7 @@ dependencies = [ [[package]] name = "sway-types" -version = "0.37.1" +version = "0.37.2" dependencies = [ "fuel-asm", "fuel-crypto", @@ -5348,11 +5348,11 @@ dependencies = [ [[package]] name = "sway-utils" -version = "0.37.1" +version = "0.37.2" [[package]] name = "swayfmt" -version = "0.37.1" +version = "0.37.2" dependencies = [ "anyhow", "forc-tracing", diff --git a/forc-pkg/Cargo.toml b/forc-pkg/Cargo.toml index 4a4b9645e11..db5b8bf20cc 100644 --- a/forc-pkg/Cargo.toml +++ b/forc-pkg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc-pkg" -version = "0.37.1" +version = "0.37.2" description = "Building, locking, fetching and updating Sway projects as Forc packages." authors.workspace = true edition.workspace = true @@ -12,8 +12,8 @@ repository.workspace = true ansi_term = "0.12" anyhow = "1" fd-lock = "3.0" -forc-tracing = { version = "0.37.1", path = "../forc-tracing" } -forc-util = { version = "0.37.1", path = "../forc-util" } +forc-tracing = { version = "0.37.2", path = "../forc-tracing" } +forc-util = { version = "0.37.2", path = "../forc-util" } fuel-abi-types = "0.1" git2 = { version = "0.16.1", features = ["vendored-libgit2", "vendored-openssl"] } gix-url = { version = "0.16.0", features = ["serde1"] } @@ -23,10 +23,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.37.1", path = "../sway-core" } -sway-error = { version = "0.37.1", path = "../sway-error" } -sway-types = { version = "0.37.1", path = "../sway-types" } -sway-utils = { version = "0.37.1", path = "../sway-utils" } +sway-core = { version = "0.37.2", path = "../sway-core" } +sway-error = { version = "0.37.2", path = "../sway-error" } +sway-types = { version = "0.37.2", path = "../sway-types" } +sway-utils = { version = "0.37.2", 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 8f7ff43d9ac..8aa35e6f652 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.37.1" +version = "0.37.2" description = "A `forc` plugin for interacting with a Fuel node." authors.workspace = true edition.workspace = true @@ -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.37.1", path = "../../forc" } -forc-pkg = { version = "0.37.1", path = "../../forc-pkg" } -forc-tracing = { version = "0.37.1", path = "../../forc-tracing" } -forc-tx = { version = "0.37.1", path = "../forc-tx" } -forc-util = { version = "0.37.1", path = "../../forc-util" } +forc = { version = "0.37.2", path = "../../forc" } +forc-pkg = { version = "0.37.2", path = "../../forc-pkg" } +forc-tracing = { version = "0.37.2", path = "../../forc-tracing" } +forc-tx = { version = "0.37.2", path = "../forc-tx" } +forc-util = { version = "0.37.2", 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.37.1", path = "../../sway-core" } -sway-types = { version = "0.37.1", path = "../../sway-types" } -sway-utils = { version = "0.37.1", path = "../../sway-utils" } +sway-core = { version = "0.37.2", path = "../../sway-core" } +sway-types = { version = "0.37.2", path = "../../sway-types" } +sway-utils = { version = "0.37.2", 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 9e20a971916..3ceea6beae8 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.37.1" +version = "0.37.2" description = "Build the documentation for the local package and all dependencies. The output is placed in `out/doc` in the same format as the project." authors.workspace = true edition.workspace = true @@ -12,13 +12,13 @@ repository.workspace = true anyhow = "1.0.65" clap = { version = "4.0.18", features = ["derive"] } comrak = "0.16" -forc-pkg = { version = "0.37.1", path = "../../forc-pkg" } -forc-util = { version = "0.37.1", path = "../../forc-util" } +forc-pkg = { version = "0.37.2", path = "../../forc-pkg" } +forc-util = { version = "0.37.2", path = "../../forc-util" } horrorshow = "0.8.4" include_dir = "0.7.3" opener = "0.5.0" -sway-ast = { version = "0.37.1", path = "../../sway-ast" } -sway-core = { version = "0.37.1", path = "../../sway-core" } -sway-lsp = { version = "0.37.1", path = "../../sway-lsp" } -sway-types = { version = "0.37.1", path = "../../sway-types" } -swayfmt = { version = "0.37.1", path = "../../swayfmt" } +sway-ast = { version = "0.37.2", path = "../../sway-ast" } +sway-core = { version = "0.37.2", path = "../../sway-core" } +sway-lsp = { version = "0.37.2", path = "../../sway-lsp" } +sway-types = { version = "0.37.2", path = "../../sway-types" } +swayfmt = { version = "0.37.2", path = "../../swayfmt" } diff --git a/forc-plugins/forc-fmt/Cargo.toml b/forc-plugins/forc-fmt/Cargo.toml index 27d6ce1873d..76ff8977a59 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.37.1" +version = "0.37.2" description = "A `forc` plugin for running the Sway code formatter." authors.workspace = true edition.workspace = true @@ -11,12 +11,12 @@ repository.workspace = true [dependencies] anyhow = "1" clap = { version = "3", features = ["derive"] } -forc-pkg = { version = "0.37.1", path = "../../forc-pkg" } -forc-tracing = { version = "0.37.1", path = "../../forc-tracing" } -forc-util = { version = "0.37.1", path = "../../forc-util" } +forc-pkg = { version = "0.37.2", path = "../../forc-pkg" } +forc-tracing = { version = "0.37.2", path = "../../forc-tracing" } +forc-util = { version = "0.37.2", path = "../../forc-util" } prettydiff = "0.5" -sway-core = { version = "0.37.1", path = "../../sway-core" } -sway-utils = { version = "0.37.1", path = "../../sway-utils" } -swayfmt = { version = "0.37.1", path = "../../swayfmt" } +sway-core = { version = "0.37.2", path = "../../sway-core" } +sway-utils = { version = "0.37.2", path = "../../sway-utils" } +swayfmt = { version = "0.37.2", 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 b418cc389cd..b01b0fcb2e0 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.37.1" +version = "0.37.2" description = "A simple `forc` plugin for starting the sway language server." authors.workspace = true edition.workspace = true @@ -11,5 +11,5 @@ repository.workspace = true [dependencies] anyhow = "1" clap = { version = "3", features = ["derive"] } -sway-lsp = { version = "0.37.1", path = "../../sway-lsp" } +sway-lsp = { version = "0.37.2", path = "../../sway-lsp" } tokio = { version = "1.8" } diff --git a/forc-plugins/forc-tx/Cargo.toml b/forc-plugins/forc-tx/Cargo.toml index cef63b4f36e..9e8d26d2994 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.37.1" +version = "0.37.2" description = "A `forc` plugin for constructing transactions." authors.workspace = true edition.workspace = true @@ -19,7 +19,7 @@ path = "src/main.rs" anyhow = "1" clap = { version = "3", features = ["derive", "env"] } devault = "0.1" -forc-util = { version = "0.37.1", path = "../../forc-util" } +forc-util = { version = "0.37.2", path = "../../forc-util" } fuel-tx = { workspace = true, features = ["serde"] } serde = "1.0" serde_json = { version = "1" } diff --git a/forc-test/Cargo.toml b/forc-test/Cargo.toml index 65ea293f15d..66951807adc 100644 --- a/forc-test/Cargo.toml +++ b/forc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc-test" -version = "0.37.1" +version = "0.37.2" description = "A library for building and running Sway unit tests within Forc packages." authors.workspace = true edition.workspace = true @@ -10,11 +10,11 @@ repository.workspace = true [dependencies] anyhow = "1" -forc-pkg = { version = "0.37.1", path = "../forc-pkg" } +forc-pkg = { version = "0.37.2", path = "../forc-pkg" } fuel-abi-types = "0.2" fuel-tx = { workspace = true, features = ["builder"] } fuel-vm = { workspace = true, features = ["random"] } rand = "0.8" rayon = "1.7.0" -sway-core = { version = "0.37.1", path = "../sway-core" } -sway-types = { version = "0.37.1", path = "../sway-types" } +sway-core = { version = "0.37.2", path = "../sway-core" } +sway-types = { version = "0.37.2", path = "../sway-types" } diff --git a/forc-tracing/Cargo.toml b/forc-tracing/Cargo.toml index 86ad734016b..2999ce351c4 100644 --- a/forc-tracing/Cargo.toml +++ b/forc-tracing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc-tracing" -version = "0.37.1" +version = "0.37.2" description = "Tracing utility shared between forc crates." authors.workspace = true edition.workspace = true diff --git a/forc-util/Cargo.toml b/forc-util/Cargo.toml index 2bdfe53baea..072b7376477 100644 --- a/forc-util/Cargo.toml +++ b/forc-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc-util" -version = "0.37.1" +version = "0.37.2" description = "Utility items shared between forc crates." authors.workspace = true edition.workspace = true @@ -14,15 +14,15 @@ ansi_term = "0.12" anyhow = "1" clap = { version = "3.1", features = ["cargo", "derive", "env"] } dirs = "3.0.2" -forc-tracing = { version = "0.37.1", path = "../forc-tracing" } +forc-tracing = { version = "0.37.2", path = "../forc-tracing" } fuel-tx = { workspace = true, features = ["serde"] } hex = "0.4.3" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.73" -sway-core = { version = "0.37.1", path = "../sway-core" } -sway-error = { version = "0.37.1", path = "../sway-error" } -sway-types = { version = "0.37.1", path = "../sway-types" } -sway-utils = { version = "0.37.1", path = "../sway-utils" } +sway-core = { version = "0.37.2", path = "../sway-core" } +sway-error = { version = "0.37.2", path = "../sway-error" } +sway-types = { version = "0.37.2", path = "../sway-types" } +sway-utils = { version = "0.37.2", 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 20be86cbbb0..69a7cef0dcd 100644 --- a/forc/Cargo.toml +++ b/forc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc" -version = "0.37.1" +version = "0.37.2" description = "Fuel Orchestrator." authors.workspace = true edition.workspace = true @@ -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.37.1", path = "../forc-pkg" } -forc-test = { version = "0.37.1", path = "../forc-test" } -forc-tracing = { version = "0.37.1", path = "../forc-tracing" } -forc-util = { version = "0.37.1", path = "../forc-util" } +forc-pkg = { version = "0.37.2", path = "../forc-pkg" } +forc-test = { version = "0.37.2", path = "../forc-test" } +forc-tracing = { version = "0.37.2", path = "../forc-tracing" } +forc-util = { version = "0.37.2", 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.37.1", path = "../sway-core" } -sway-types = { version = "0.37.1", path = "../sway-types" } -sway-utils = { version = "0.37.1", path = "../sway-utils" } +sway-core = { version = "0.37.2", path = "../sway-core" } +sway-types = { version = "0.37.2", path = "../sway-types" } +sway-utils = { version = "0.37.2", 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 ff502bd5209..fcfd8d3ff4b 100644 --- a/sway-ast/Cargo.toml +++ b/sway-ast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-ast" -version = "0.37.1" +version = "0.37.2" description = "Sway's AST" authors.workspace = true edition.workspace = true @@ -13,4 +13,4 @@ extension-trait = "1.0.1" num-bigint = { version = "0.4.3", features = ["serde"] } num-traits = "0.2.14" serde = { version = "1.0", features = ["derive"] } -sway-types = { version = "0.37.1", path = "../sway-types" } +sway-types = { version = "0.37.2", path = "../sway-types" } diff --git a/sway-core/Cargo.toml b/sway-core/Cargo.toml index 2fe0fce37a6..0f35ad88bac 100644 --- a/sway-core/Cargo.toml +++ b/sway-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-core" -version = "0.37.1" +version = "0.37.2" description = "Sway core language." authors.workspace = true edition.workspace = true @@ -34,12 +34,12 @@ serde_json = "1.0.91" sha2 = "0.9" smallvec = "1.7" strum = { version = "0.24.1", features = ["derive"] } -sway-ast = { version = "0.37.1", path = "../sway-ast" } -sway-error = { version = "0.37.1", path = "../sway-error" } -sway-ir = { version = "0.37.1", path = "../sway-ir" } -sway-parse = { version = "0.37.1", path = "../sway-parse" } -sway-types = { version = "0.37.1", path = "../sway-types" } -sway-utils = { version = "0.37.1", path = "../sway-utils" } +sway-ast = { version = "0.37.2", path = "../sway-ast" } +sway-error = { version = "0.37.2", path = "../sway-error" } +sway-ir = { version = "0.37.2", path = "../sway-ir" } +sway-parse = { version = "0.37.2", path = "../sway-parse" } +sway-types = { version = "0.37.2", path = "../sway-types" } +sway-utils = { version = "0.37.2", 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 1c4e21121e2..40a1880000b 100644 --- a/sway-error/Cargo.toml +++ b/sway-error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-error" -version = "0.37.1" +version = "0.37.2" description = "Sway's error handling" authors.workspace = true edition.workspace = true @@ -12,6 +12,6 @@ repository.workspace = true extension-trait = "1.0.1" num-bigint = "0.4.3" num-traits = "0.2.14" -sway-ast = { version = "0.37.1", path = "../sway-ast" } -sway-types = { version = "0.37.1", path = "../sway-types" } +sway-ast = { version = "0.37.2", path = "../sway-ast" } +sway-types = { version = "0.37.2", path = "../sway-types" } thiserror = "1.0" diff --git a/sway-ir/Cargo.toml b/sway-ir/Cargo.toml index f66b007a632..2297c661ee0 100644 --- a/sway-ir/Cargo.toml +++ b/sway-ir/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-ir" -version = "0.37.1" +version = "0.37.2" description = "Sway intermediate representation." authors.workspace = true edition.workspace = true @@ -15,6 +15,6 @@ filecheck = "0.5" generational-arena = "0.2" peg = "0.7" rustc-hash = "1.1.0" -sway-ir-macros = { version = "0.37.1", path = "sway-ir-macros" } -sway-types = { version = "0.37.1", path = "../sway-types" } -sway-utils = { version = "0.37.1", path = "../sway-utils" } +sway-ir-macros = { version = "0.37.2", path = "sway-ir-macros" } +sway-types = { version = "0.37.2", path = "../sway-types" } +sway-utils = { version = "0.37.2", path = "../sway-utils" } diff --git a/sway-ir/sway-ir-macros/Cargo.toml b/sway-ir/sway-ir-macros/Cargo.toml index 6b5eb77173a..b20a0a35e8c 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.37.1" +version = "0.37.2" description = "Macros for sway's intermediate representation." authors.workspace = true edition.workspace = true diff --git a/sway-lsp/Cargo.toml b/sway-lsp/Cargo.toml index 11e7fd1c928..1e11f6c42af 100644 --- a/sway-lsp/Cargo.toml +++ b/sway-lsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-lsp" -version = "0.37.1" +version = "0.37.2" description = "LSP server for Sway." authors.workspace = true edition.workspace = true @@ -11,8 +11,8 @@ repository.workspace = true [dependencies] anyhow = "1.0.41" dashmap = "5.4" -forc-pkg = { version = "0.37.1", path = "../forc-pkg" } -forc-tracing = { version = "0.37.1", path = "../forc-tracing" } +forc-pkg = { version = "0.37.2", path = "../forc-pkg" } +forc-tracing = { version = "0.37.2", 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.37.1", path = "../sway-ast" } -sway-core = { version = "0.37.1", path = "../sway-core" } -sway-error = { version = "0.37.1", path = "../sway-error" } -sway-parse = { version = "0.37.1", path = "../sway-parse" } -sway-types = { version = "0.37.1", path = "../sway-types" } -sway-utils = { version = "0.37.1", path = "../sway-utils" } -swayfmt = { version = "0.37.1", path = "../swayfmt" } +sway-ast = { version = "0.37.2", path = "../sway-ast" } +sway-core = { version = "0.37.2", path = "../sway-core" } +sway-error = { version = "0.37.2", path = "../sway-error" } +sway-parse = { version = "0.37.2", path = "../sway-parse" } +sway-types = { version = "0.37.2", path = "../sway-types" } +sway-utils = { version = "0.37.2", path = "../sway-utils" } +swayfmt = { version = "0.37.2", 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 7afed648ac3..d0d4fea43f6 100644 --- a/sway-parse/Cargo.toml +++ b/sway-parse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-parse" -version = "0.37.1" +version = "0.37.2" description = "Sway's parser" authors.workspace = true edition.workspace = true @@ -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.37.1", path = "../sway-ast" } -sway-error = { version = "0.37.1", path = "../sway-error" } -sway-types = { version = "0.37.1", path = "../sway-types" } +sway-ast = { version = "0.37.2", path = "../sway-ast" } +sway-error = { version = "0.37.2", path = "../sway-error" } +sway-types = { version = "0.37.2", path = "../sway-types" } thiserror = "1.0" unicode-xid = "0.2.2" diff --git a/sway-types/Cargo.toml b/sway-types/Cargo.toml index f5e854f37af..e636355fadb 100644 --- a/sway-types/Cargo.toml +++ b/sway-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-types" -version = "0.37.1" +version = "0.37.2" description = "Sway core types." authors.workspace = true edition.workspace = true diff --git a/sway-utils/Cargo.toml b/sway-utils/Cargo.toml index ccc35fcb4a0..88daa55b222 100644 --- a/sway-utils/Cargo.toml +++ b/sway-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-utils" -version = "0.37.1" +version = "0.37.2" description = "Sway common utils." authors.workspace = true edition.workspace = true diff --git a/swayfmt/Cargo.toml b/swayfmt/Cargo.toml index b240cdf9645..5f53c4e12a5 100644 --- a/swayfmt/Cargo.toml +++ b/swayfmt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swayfmt" -version = "0.37.1" +version = "0.37.2" description = "Sway language formatter." authors.workspace = true edition.workspace = true @@ -10,16 +10,16 @@ repository.workspace = true [dependencies] anyhow = "1" -forc-tracing = { version = "0.37.1", path = "../forc-tracing" } -forc-util = { version = "0.37.1", path = "../forc-util" } +forc-tracing = { version = "0.37.2", path = "../forc-tracing" } +forc-util = { version = "0.37.2", path = "../forc-util" } ropey = "1.5" serde = { version = "1.0", features = ["derive"] } serde_ignored = "0.1" -sway-ast = { version = "0.37.1", path = "../sway-ast" } -sway-core = { version = "0.37.1", path = "../sway-core" } -sway-error = { version = "0.37.1", path = "../sway-error" } -sway-parse = { version = "0.37.1", path = "../sway-parse" } -sway-types = { version = "0.37.1", path = "../sway-types" } +sway-ast = { version = "0.37.2", path = "../sway-ast" } +sway-core = { version = "0.37.2", path = "../sway-core" } +sway-error = { version = "0.37.2", path = "../sway-error" } +sway-parse = { version = "0.37.2", path = "../sway-parse" } +sway-types = { version = "0.37.2", path = "../sway-types" } thiserror = "1.0.30" toml = "0.5"