From 607ac50176db8bef936f91bacf435d0ea37d041e Mon Sep 17 00:00:00 2001 From: Mohammad Fawaz Date: Wed, 5 Apr 2023 20:01:56 -0400 Subject: [PATCH] Bump to `v0.37.0` (#4401) --- Cargo.lock | 82 ++++++++++++++++------------- forc-pkg/Cargo.toml | 14 ++--- forc-plugins/forc-client/Cargo.toml | 18 +++---- forc-plugins/forc-doc/Cargo.toml | 16 +++--- forc-plugins/forc-fmt/Cargo.toml | 14 ++--- forc-plugins/forc-lsp/Cargo.toml | 4 +- forc-plugins/forc-tx/Cargo.toml | 4 +- forc-test/Cargo.toml | 8 +-- forc-tracing/Cargo.toml | 2 +- forc-util/Cargo.toml | 12 ++--- forc/Cargo.toml | 16 +++--- sway-ast/Cargo.toml | 4 +- sway-core/Cargo.toml | 14 ++--- sway-error/Cargo.toml | 6 +-- sway-ir/Cargo.toml | 8 +-- sway-ir/sway-ir-macros/Cargo.toml | 2 +- sway-lsp/Cargo.toml | 20 +++---- sway-parse/Cargo.toml | 8 +-- sway-types/Cargo.toml | 2 +- sway-utils/Cargo.toml | 2 +- swayfmt/Cargo.toml | 16 +++--- 21 files changed, 141 insertions(+), 131 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fffe32029e7..4ab141f463a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1674,14 +1674,14 @@ dependencies = [ [[package]] name = "filetime" -version = "0.2.20" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412" +checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" dependencies = [ "cfg-if 1.0.0", "libc", "redox_syscall 0.2.16", - "windows-sys 0.45.0", + "windows-sys 0.48.0", ] [[package]] @@ -1720,7 +1720,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "forc" -version = "0.36.1" +version = "0.37.0" dependencies = [ "annotate-snippets", "ansi_term", @@ -1752,7 +1752,7 @@ dependencies = [ [[package]] name = "forc-client" -version = "0.36.1" +version = "0.37.0" dependencies = [ "anyhow", "async-trait", @@ -1785,7 +1785,7 @@ dependencies = [ [[package]] name = "forc-doc" -version = "0.36.1" +version = "0.37.0" dependencies = [ "anyhow", "clap 4.2.1", @@ -1804,7 +1804,7 @@ dependencies = [ [[package]] name = "forc-fmt" -version = "0.36.1" +version = "0.37.0" dependencies = [ "anyhow", "clap 3.2.23", @@ -1821,7 +1821,7 @@ dependencies = [ [[package]] name = "forc-lsp" -version = "0.36.1" +version = "0.37.0" dependencies = [ "anyhow", "clap 3.2.23", @@ -1831,7 +1831,7 @@ dependencies = [ [[package]] name = "forc-pkg" -version = "0.36.1" +version = "0.37.0" dependencies = [ "ansi_term", "anyhow", @@ -1860,7 +1860,7 @@ dependencies = [ [[package]] name = "forc-test" -version = "0.36.1" +version = "0.37.0" dependencies = [ "anyhow", "forc-pkg", @@ -1875,7 +1875,7 @@ dependencies = [ [[package]] name = "forc-tracing" -version = "0.36.1" +version = "0.37.0" dependencies = [ "ansi_term", "tracing", @@ -1884,7 +1884,7 @@ dependencies = [ [[package]] name = "forc-tx" -version = "0.36.1" +version = "0.37.0" dependencies = [ "anyhow", "clap 3.2.23", @@ -1898,7 +1898,7 @@ dependencies = [ [[package]] name = "forc-util" -version = "0.36.1" +version = "0.37.0" dependencies = [ "annotate-snippets", "ansi_term", @@ -1978,9 +1978,9 @@ dependencies = [ [[package]] name = "fuel-core-chain-config" -version = "0.17.7" +version = "0.17.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f458b7697fdbfe1957a2eedc08f11e18a8635aeb9321397e52667b0d6bf5fa4" +checksum = "2c8d2a0e5a8b376d21d034bddeebf80bd1bb932f095533b3f4de4cec8f861f65" dependencies = [ "anyhow", "bech32 0.9.1", @@ -1998,9 +1998,9 @@ dependencies = [ [[package]] name = "fuel-core-client" -version = "0.17.7" +version = "0.17.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4335831d1495eb3080bd9265a2200bdbc6f54aaba89298a36025adf4d4df6691" +checksum = "2e6913aaa745e3447adcfd7985c2ad335f92bab8d1d03354b0128b4df15bd9b3" dependencies = [ "anyhow", "cynic", @@ -2021,9 +2021,9 @@ dependencies = [ [[package]] name = "fuel-core-storage" -version = "0.17.7" +version = "0.17.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6c5ed8dc52868e918da7bece23c159824da905740ebf1be9732dd31407b244" +checksum = "0c656357943728a0b9b1c2dcdd2ea0b17f1ade335592b1186be20e52b4cdac46" dependencies = [ "anyhow", "fuel-core-types", @@ -2033,9 +2033,9 @@ dependencies = [ [[package]] name = "fuel-core-types" -version = "0.17.7" +version = "0.17.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee3143c3a47b406ac1d67e4686f990a942762e8287d69d8435c2555dc6220be8" +checksum = "2a81cfe60a469b55604d648d3eb500b664322e72620ea8325084f06fe0fe6af2" dependencies = [ "anyhow", "derive_more", @@ -3702,6 +3702,15 @@ version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55" +[[package]] +name = "pad" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3" +dependencies = [ + "unicode-width", +] + [[package]] name = "parity-scale-codec" version = "3.4.0" @@ -4054,11 +4063,12 @@ dependencies = [ [[package]] name = "prettydiff" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d593ade80c7e334ad6bffbe003afac07948b88a0ae41aa321a5cd87abf260928" +checksum = "68de4fde4bfc3cea8d816d3b941fc7917e6a68e8b966eb94b7e47277421b2f75" dependencies = [ "ansi_term", + "pad", "prettytable-rs 0.10.0", "structopt", ] @@ -5170,7 +5180,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "sway-ast" -version = "0.36.1" +version = "0.37.0" dependencies = [ "extension-trait", "num-bigint", @@ -5181,7 +5191,7 @@ dependencies = [ [[package]] name = "sway-core" -version = "0.36.1" +version = "0.37.0" dependencies = [ "clap 3.2.23", "derivative", @@ -5222,7 +5232,7 @@ dependencies = [ [[package]] name = "sway-error" -version = "0.36.1" +version = "0.37.0" dependencies = [ "extension-trait", "num-bigint", @@ -5234,7 +5244,7 @@ dependencies = [ [[package]] name = "sway-ir" -version = "0.36.1" +version = "0.37.0" dependencies = [ "anyhow", "downcast-rs", @@ -5249,7 +5259,7 @@ dependencies = [ [[package]] name = "sway-ir-macros" -version = "0.36.1" +version = "0.37.0" dependencies = [ "itertools", "proc-macro2", @@ -5259,7 +5269,7 @@ dependencies = [ [[package]] name = "sway-lsp" -version = "0.36.1" +version = "0.37.0" dependencies = [ "anyhow", "assert-json-diff", @@ -5309,7 +5319,7 @@ dependencies = [ [[package]] name = "sway-parse" -version = "0.36.1" +version = "0.37.0" dependencies = [ "assert_matches", "extension-trait", @@ -5326,7 +5336,7 @@ dependencies = [ [[package]] name = "sway-types" -version = "0.36.1" +version = "0.37.0" dependencies = [ "fuel-asm", "fuel-crypto", @@ -5337,17 +5347,17 @@ dependencies = [ [[package]] name = "sway-utils" -version = "0.36.1" +version = "0.37.0" [[package]] name = "swayfmt" -version = "0.36.1" +version = "0.37.0" dependencies = [ "anyhow", "forc-tracing", "forc-util", "paste", - "prettydiff 0.6.2", + "prettydiff 0.6.3", "ropey", "serde", "serde_ignored", @@ -5524,7 +5534,7 @@ dependencies = [ "gag", "hex", "miden", - "prettydiff 0.6.2", + "prettydiff 0.6.3", "rand", "regex", "revm", @@ -5542,7 +5552,7 @@ name = "test-macros" version = "0.0.0" dependencies = [ "paste", - "prettydiff 0.6.2", + "prettydiff 0.6.3", ] [[package]] diff --git a/forc-pkg/Cargo.toml b/forc-pkg/Cargo.toml index 9e797fea8d9..b3e4ba6deac 100644 --- a/forc-pkg/Cargo.toml +++ b/forc-pkg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc-pkg" -version = "0.36.1" +version = "0.37.0" 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.36.1", path = "../forc-tracing" } -forc-util = { version = "0.36.1", path = "../forc-util" } +forc-tracing = { version = "0.37.0", path = "../forc-tracing" } +forc-util = { version = "0.37.0", 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.36.1", path = "../sway-core" } -sway-error = { version = "0.36.1", path = "../sway-error" } -sway-types = { version = "0.36.1", path = "../sway-types" } -sway-utils = { version = "0.36.1", path = "../sway-utils" } +sway-core = { version = "0.37.0", path = "../sway-core" } +sway-error = { version = "0.37.0", path = "../sway-error" } +sway-types = { version = "0.37.0", path = "../sway-types" } +sway-utils = { version = "0.37.0", 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 f120a3ed011..12e46f20a30 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.36.1" +version = "0.37.0" 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.36.1", path = "../../forc" } -forc-pkg = { version = "0.36.1", path = "../../forc-pkg" } -forc-tracing = { version = "0.36.1", path = "../../forc-tracing" } -forc-tx = { version = "0.36.1", path = "../forc-tx" } -forc-util = { version = "0.36.1", path = "../../forc-util" } +forc = { version = "0.37.0", path = "../../forc" } +forc-pkg = { version = "0.37.0", path = "../../forc-pkg" } +forc-tracing = { version = "0.37.0", path = "../../forc-tracing" } +forc-tx = { version = "0.37.0", path = "../forc-tx" } +forc-util = { version = "0.37.0", 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.36.1", path = "../../sway-core" } -sway-types = { version = "0.36.1", path = "../../sway-types" } -sway-utils = { version = "0.36.1", path = "../../sway-utils" } +sway-core = { version = "0.37.0", path = "../../sway-core" } +sway-types = { version = "0.37.0", path = "../../sway-types" } +sway-utils = { version = "0.37.0", 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 b8ad0a81a67..57cc360199a 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.36.1" +version = "0.37.0" 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.36.1", path = "../../forc-pkg" } -forc-util = { version = "0.36.1", path = "../../forc-util" } +forc-pkg = { version = "0.37.0", path = "../../forc-pkg" } +forc-util = { version = "0.37.0", path = "../../forc-util" } horrorshow = "0.8.4" include_dir = "0.7.3" opener = "0.5.0" -sway-ast = { version = "0.36.1", path = "../../sway-ast" } -sway-core = { version = "0.36.1", path = "../../sway-core" } -sway-lsp = { version = "0.36.1", path = "../../sway-lsp" } -sway-types = { version = "0.36.1", path = "../../sway-types" } -swayfmt = { version = "0.36.1", path = "../../swayfmt" } +sway-ast = { version = "0.37.0", path = "../../sway-ast" } +sway-core = { version = "0.37.0", path = "../../sway-core" } +sway-lsp = { version = "0.37.0", path = "../../sway-lsp" } +sway-types = { version = "0.37.0", path = "../../sway-types" } +swayfmt = { version = "0.37.0", path = "../../swayfmt" } diff --git a/forc-plugins/forc-fmt/Cargo.toml b/forc-plugins/forc-fmt/Cargo.toml index 1ad64abb444..00810d3bbb3 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.36.1" +version = "0.37.0" 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.36.1", path = "../../forc-pkg" } -forc-tracing = { version = "0.36.1", path = "../../forc-tracing" } -forc-util = { version = "0.36.1", path = "../../forc-util" } +forc-pkg = { version = "0.37.0", path = "../../forc-pkg" } +forc-tracing = { version = "0.37.0", path = "../../forc-tracing" } +forc-util = { version = "0.37.0", path = "../../forc-util" } prettydiff = "0.5" -sway-core = { version = "0.36.1", path = "../../sway-core" } -sway-utils = { version = "0.36.1", path = "../../sway-utils" } -swayfmt = { version = "0.36.1", path = "../../swayfmt" } +sway-core = { version = "0.37.0", path = "../../sway-core" } +sway-utils = { version = "0.37.0", path = "../../sway-utils" } +swayfmt = { version = "0.37.0", 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 e58f1ca6009..ed06cc59117 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.36.1" +version = "0.37.0" 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.36.1", path = "../../sway-lsp" } +sway-lsp = { version = "0.37.0", path = "../../sway-lsp" } tokio = { version = "1.8" } diff --git a/forc-plugins/forc-tx/Cargo.toml b/forc-plugins/forc-tx/Cargo.toml index 38b8b28a2eb..0ef541ceb3c 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.36.1" +version = "0.37.0" 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.36.1", path = "../../forc-util" } +forc-util = { version = "0.37.0", 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 c2402483e39..36039ebb233 100644 --- a/forc-test/Cargo.toml +++ b/forc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc-test" -version = "0.36.1" +version = "0.37.0" 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.36.1", path = "../forc-pkg" } +forc-pkg = { version = "0.37.0", 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.36.1", path = "../sway-core" } -sway-types = { version = "0.36.1", path = "../sway-types" } \ No newline at end of file +sway-core = { version = "0.37.0", path = "../sway-core" } +sway-types = { version = "0.37.0", path = "../sway-types" } diff --git a/forc-tracing/Cargo.toml b/forc-tracing/Cargo.toml index 7b5eacc8df4..7cbd565e4f8 100644 --- a/forc-tracing/Cargo.toml +++ b/forc-tracing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc-tracing" -version = "0.36.1" +version = "0.37.0" 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 bc6f97fe857..7b4de2d675c 100644 --- a/forc-util/Cargo.toml +++ b/forc-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc-util" -version = "0.36.1" +version = "0.37.0" 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.36.1", path = "../forc-tracing" } +forc-tracing = { version = "0.37.0", 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.36.1", path = "../sway-core" } -sway-error = { version = "0.36.1", path = "../sway-error" } -sway-types = { version = "0.36.1", path = "../sway-types" } -sway-utils = { version = "0.36.1", path = "../sway-utils" } +sway-core = { version = "0.37.0", path = "../sway-core" } +sway-error = { version = "0.37.0", path = "../sway-error" } +sway-types = { version = "0.37.0", path = "../sway-types" } +sway-utils = { version = "0.37.0", 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 8f212fac197..f8c258da92c 100644 --- a/forc/Cargo.toml +++ b/forc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forc" -version = "0.36.1" +version = "0.37.0" 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.36.1", path = "../forc-pkg" } -forc-test = { version = "0.36.1", path = "../forc-test" } -forc-tracing = { version = "0.36.1", path = "../forc-tracing" } -forc-util = { version = "0.36.1", path = "../forc-util" } +forc-pkg = { version = "0.37.0", path = "../forc-pkg" } +forc-test = { version = "0.37.0", path = "../forc-test" } +forc-tracing = { version = "0.37.0", path = "../forc-tracing" } +forc-util = { version = "0.37.0", 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.36.1", path = "../sway-core" } -sway-types = { version = "0.36.1", path = "../sway-types" } -sway-utils = { version = "0.36.1", path = "../sway-utils" } +sway-core = { version = "0.37.0", path = "../sway-core" } +sway-types = { version = "0.37.0", path = "../sway-types" } +sway-utils = { version = "0.37.0", 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 cb9501bb6ea..84486a3c344 100644 --- a/sway-ast/Cargo.toml +++ b/sway-ast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-ast" -version = "0.36.1" +version = "0.37.0" 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.36.1", path = "../sway-types" } +sway-types = { version = "0.37.0", path = "../sway-types" } diff --git a/sway-core/Cargo.toml b/sway-core/Cargo.toml index 91b5aabecf8..c0053399805 100644 --- a/sway-core/Cargo.toml +++ b/sway-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-core" -version = "0.36.1" +version = "0.37.0" 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.36.1", path = "../sway-ast" } -sway-error = { version = "0.36.1", path = "../sway-error" } -sway-ir = { version = "0.36.1", path = "../sway-ir" } -sway-parse = { version = "0.36.1", path = "../sway-parse" } -sway-types = { version = "0.36.1", path = "../sway-types" } -sway-utils = { version = "0.36.1", path = "../sway-utils" } +sway-ast = { version = "0.37.0", path = "../sway-ast" } +sway-error = { version = "0.37.0", path = "../sway-error" } +sway-ir = { version = "0.37.0", path = "../sway-ir" } +sway-parse = { version = "0.37.0", path = "../sway-parse" } +sway-types = { version = "0.37.0", path = "../sway-types" } +sway-utils = { version = "0.37.0", 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 b3b6be728c5..d6503ad9b28 100644 --- a/sway-error/Cargo.toml +++ b/sway-error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-error" -version = "0.36.1" +version = "0.37.0" 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.36.1", path = "../sway-ast" } -sway-types = { version = "0.36.1", path = "../sway-types" } +sway-ast = { version = "0.37.0", path = "../sway-ast" } +sway-types = { version = "0.37.0", path = "../sway-types" } thiserror = "1.0" diff --git a/sway-ir/Cargo.toml b/sway-ir/Cargo.toml index 9f1b1a78e8f..58bd04b91a4 100644 --- a/sway-ir/Cargo.toml +++ b/sway-ir/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-ir" -version = "0.36.1" +version = "0.37.0" 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.36.1", path = "sway-ir-macros" } -sway-types = { version = "0.36.1", path = "../sway-types" } -sway-utils = { version = "0.36.1", path = "../sway-utils" } +sway-ir-macros = { version = "0.37.0", path = "sway-ir-macros" } +sway-types = { version = "0.37.0", path = "../sway-types" } +sway-utils = { version = "0.37.0", path = "../sway-utils" } diff --git a/sway-ir/sway-ir-macros/Cargo.toml b/sway-ir/sway-ir-macros/Cargo.toml index 07fd3ebe375..bc3a4ebc43f 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.36.1" +version = "0.37.0" 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 c173b551b04..ecad0f53487 100644 --- a/sway-lsp/Cargo.toml +++ b/sway-lsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-lsp" -version = "0.36.1" +version = "0.37.0" 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.36.1", path = "../forc-pkg" } -forc-tracing = { version = "0.36.1", path = "../forc-tracing" } +forc-pkg = { version = "0.37.0", path = "../forc-pkg" } +forc-tracing = { version = "0.37.0", 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.36.1", path = "../sway-ast" } -sway-core = { version = "0.36.1", path = "../sway-core" } -sway-error = { version = "0.36.1", path = "../sway-error" } -sway-parse = { version = "0.36.1", path = "../sway-parse" } -sway-types = { version = "0.36.1", path = "../sway-types" } -sway-utils = { version = "0.36.1", path = "../sway-utils" } -swayfmt = { version = "0.36.1", path = "../swayfmt" } +sway-ast = { version = "0.37.0", path = "../sway-ast" } +sway-core = { version = "0.37.0", path = "../sway-core" } +sway-error = { version = "0.37.0", path = "../sway-error" } +sway-parse = { version = "0.37.0", path = "../sway-parse" } +sway-types = { version = "0.37.0", path = "../sway-types" } +sway-utils = { version = "0.37.0", path = "../sway-utils" } +swayfmt = { version = "0.37.0", 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 6fa68e4ec21..fb95009076f 100644 --- a/sway-parse/Cargo.toml +++ b/sway-parse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-parse" -version = "0.36.1" +version = "0.37.0" 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.36.1", path = "../sway-ast" } -sway-error = { version = "0.36.1", path = "../sway-error" } -sway-types = { version = "0.36.1", path = "../sway-types" } +sway-ast = { version = "0.37.0", path = "../sway-ast" } +sway-error = { version = "0.37.0", path = "../sway-error" } +sway-types = { version = "0.37.0", path = "../sway-types" } thiserror = "1.0" unicode-xid = "0.2.2" diff --git a/sway-types/Cargo.toml b/sway-types/Cargo.toml index 90503d03389..ee460db6779 100644 --- a/sway-types/Cargo.toml +++ b/sway-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-types" -version = "0.36.1" +version = "0.37.0" description = "Sway core types." authors.workspace = true edition.workspace = true diff --git a/sway-utils/Cargo.toml b/sway-utils/Cargo.toml index a674c3b5a76..f62682cfb82 100644 --- a/sway-utils/Cargo.toml +++ b/sway-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sway-utils" -version = "0.36.1" +version = "0.37.0" description = "Sway common utils." authors.workspace = true edition.workspace = true diff --git a/swayfmt/Cargo.toml b/swayfmt/Cargo.toml index 3d30502b367..e82f6033fc6 100644 --- a/swayfmt/Cargo.toml +++ b/swayfmt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swayfmt" -version = "0.36.1" +version = "0.37.0" description = "Sway language formatter." authors.workspace = true edition.workspace = true @@ -10,16 +10,16 @@ repository.workspace = true [dependencies] anyhow = "1" -forc-tracing = { version = "0.36.1", path = "../forc-tracing" } -forc-util = { version = "0.36.1", path = "../forc-util" } +forc-tracing = { version = "0.37.0", path = "../forc-tracing" } +forc-util = { version = "0.37.0", path = "../forc-util" } ropey = "1.5" serde = { version = "1.0", features = ["derive"] } serde_ignored = "0.1" -sway-ast = { version = "0.36.1", path = "../sway-ast" } -sway-core = { version = "0.36.1", path = "../sway-core" } -sway-error = { version = "0.36.1", path = "../sway-error" } -sway-parse = { version = "0.36.1", path = "../sway-parse" } -sway-types = { version = "0.36.1", path = "../sway-types" } +sway-ast = { version = "0.37.0", path = "../sway-ast" } +sway-core = { version = "0.37.0", path = "../sway-core" } +sway-error = { version = "0.37.0", path = "../sway-error" } +sway-parse = { version = "0.37.0", path = "../sway-parse" } +sway-types = { version = "0.37.0", path = "../sway-types" } thiserror = "1.0.30" toml = "0.5"