Bump to v0.18.0 (#2268)

This commit is contained in:
Mohammad Fawaz 2022-07-08 19:12:28 -04:00 committed by GitHub
parent 5f95c72d77
commit ada0d294a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 130 additions and 134 deletions

150
Cargo.lock generated
View file

@ -542,9 +542,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.2.7"
version = "3.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b7b16274bb247b45177db843202209b12191b631a14a9d06e41b3777d6ecf14"
checksum = "190814073e85d238f31ff738fcb0bf6910cedeb73376c87cd69291028966fd83"
dependencies = [
"atty",
"bitflags",
@ -563,7 +563,7 @@ version = "3.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ead064480dfc4880a10764488415a97fdd36a4cf1bb022d372f02e8faf8386e1"
dependencies = [
"clap 3.2.7",
"clap 3.2.8",
]
[[package]]
@ -724,9 +724,9 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "crypto-common"
version = "0.1.3"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
checksum = "5999502d32b9c48d492abe66392408144895020ec4709e549e840799f3bb74c0"
dependencies = [
"generic-array 0.14.5",
"typenum",
@ -1000,9 +1000,9 @@ dependencies = [
[[package]]
name = "env_logger"
version = "0.7.1"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
dependencies = [
"atty",
"humantime",
@ -1022,7 +1022,7 @@ name = "examples-checker"
version = "0.0.0"
dependencies = [
"anyhow",
"clap 3.2.7",
"clap 3.2.8",
]
[[package]]
@ -1074,21 +1074,21 @@ dependencies = [
[[package]]
name = "filetime"
version = "0.2.16"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0408e2626025178a6a7f7ffc05a25bc47103229f19c113755de7bf63816290c"
checksum = "e94a7bbaa59354bc20dd75b67f23e2797b4490e9d6928203fb105c79e448c86c"
dependencies = [
"cfg-if 1.0.0",
"libc",
"redox_syscall 0.2.13",
"winapi",
"windows-sys",
]
[[package]]
name = "fixedbitset"
version = "0.4.1"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
[[package]]
name = "fnv"
@ -1098,11 +1098,11 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "forc"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"annotate-snippets",
"anyhow",
"clap 3.2.7",
"clap 3.2.8",
"clap_complete",
"forc-pkg",
"forc-util",
@ -1132,10 +1132,10 @@ dependencies = [
[[package]]
name = "forc-explore"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"anyhow",
"clap 3.2.7",
"clap 3.2.8",
"forc-util",
"reqwest",
"serde",
@ -1147,10 +1147,10 @@ dependencies = [
[[package]]
name = "forc-fmt"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"anyhow",
"clap 3.2.7",
"clap 3.2.8",
"forc-util",
"prettydiff 0.5.1",
"sway-core",
@ -1162,10 +1162,10 @@ dependencies = [
[[package]]
name = "forc-fmt-v2"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"anyhow",
"clap 3.2.7",
"clap 3.2.8",
"forc-util",
"prettydiff 0.5.1",
"sway-core",
@ -1177,31 +1177,31 @@ dependencies = [
[[package]]
name = "forc-gm"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"clap 3.2.7",
"clap 3.2.8",
]
[[package]]
name = "forc-lsp"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"anyhow",
"clap 3.2.7",
"clap 3.2.8",
"sway-lsp",
"tokio",
]
[[package]]
name = "forc-pkg"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"anyhow",
"forc-util",
"fuel-tx",
"git2",
"petgraph",
"semver 1.0.11",
"semver 1.0.12",
"serde",
"serde_ignored",
"sway-core",
@ -1215,7 +1215,7 @@ dependencies = [
[[package]]
name = "forc-util"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"annotate-snippets",
"anyhow",
@ -1294,7 +1294,7 @@ checksum = "ce7fa3a34778b7b9a59c5007b07d7a334e60d3ac09aa06decf31d86fdee0cb72"
dependencies = [
"anyhow",
"chrono",
"clap 3.2.7",
"clap 3.2.8",
"cynic",
"derive_more",
"fuel-tx",
@ -1378,9 +1378,9 @@ dependencies = [
[[package]]
name = "fuel-vm"
version = "0.12.0"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5700e457c2c6139a3b671014fa0a3bd57afb74de56abb118487b8d56ed21862"
checksum = "c98019c12317062e3d209c7e7a463bacd6c8d70a461847e091f954e3d1fc74c6"
dependencies = [
"fuel-asm 0.5.3",
"fuel-crypto",
@ -1811,12 +1811,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]]
name = "humantime"
version = "1.3.0"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
dependencies = [
"quick-error",
]
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
@ -2135,13 +2132,13 @@ checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
[[package]]
name = "mdbook"
version = "0.4.18"
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74612ae81a3e5ee509854049dfa4c7975ae033c06f5fc4735c7dfbe60ee2a39d"
checksum = "fe2468f3c25ca56d4e9e309b94a1a61626aa2a66a68d0649477f6a9fb14de972"
dependencies = [
"anyhow",
"chrono",
"clap 3.2.7",
"clap 3.2.8",
"clap_complete",
"env_logger",
"handlebars",
@ -2152,7 +2149,6 @@ dependencies = [
"pulldown-cmark",
"regex",
"serde",
"serde_derive",
"serde_json",
"shlex",
"tempfile",
@ -2165,9 +2161,9 @@ name = "mdbook-forc-documenter"
version = "0.0.0"
dependencies = [
"anyhow",
"clap 3.2.7",
"clap 3.2.8",
"mdbook",
"semver 1.0.11",
"semver 1.0.12",
"serde",
"serde_json",
"toml",
@ -2287,9 +2283,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.12.0"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
[[package]]
name = "opaque-debug"
@ -2532,18 +2528,18 @@ dependencies = [
[[package]]
name = "pin-project"
version = "1.0.10"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.0.10"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74"
dependencies = [
"proc-macro2",
"quote",
@ -2933,9 +2929,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.5.6"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
dependencies = [
"aho-corasick",
"memchr",
@ -2953,9 +2949,9 @@ dependencies = [
[[package]]
name = "regex-syntax"
version = "0.6.26"
version = "0.6.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
[[package]]
name = "remove_dir_all"
@ -3076,7 +3072,7 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver 1.0.11",
"semver 1.0.12",
]
[[package]]
@ -3222,9 +3218,9 @@ dependencies = [
[[package]]
name = "semver"
version = "1.0.11"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d92beeab217753479be2f74e54187a6aed4c125ff0703a866c3147a02f0c6dd"
checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"
dependencies = [
"serde",
]
@ -3237,18 +3233,18 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
[[package]]
name = "serde"
version = "1.0.137"
version = "1.0.138"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
checksum = "1578c6245786b9d168c5447eeacfb96856573ca56c9d68fdcf394be134882a47"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.137"
version = "1.0.138"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
checksum = "023e9b1467aef8a10fb88f25611870ada9800ef7e22afce356bb0d2387b6f27c"
dependencies = [
"proc-macro2",
"quote",
@ -3619,9 +3615,9 @@ dependencies = [
[[package]]
name = "sway-core"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"clap 3.2.7",
"clap 3.2.8",
"derivative",
"dirs 3.0.2",
"either",
@ -3650,7 +3646,7 @@ dependencies = [
[[package]]
name = "sway-fmt"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"ropey",
"sway-core",
@ -3659,7 +3655,7 @@ dependencies = [
[[package]]
name = "sway-fmt-v2"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"anyhow",
"forc-util",
@ -3674,7 +3670,7 @@ dependencies = [
[[package]]
name = "sway-ir"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"filecheck",
"generational-arena",
@ -3685,7 +3681,7 @@ dependencies = [
[[package]]
name = "sway-lsp"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"async-trait",
"dashmap",
@ -3707,7 +3703,7 @@ dependencies = [
[[package]]
name = "sway-parse"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"extension-trait",
"num-bigint",
@ -3720,7 +3716,7 @@ dependencies = [
[[package]]
name = "sway-types"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"fuel-asm 0.6.0",
"fuel-crypto",
@ -3731,7 +3727,7 @@ dependencies = [
[[package]]
name = "sway-utils"
version = "0.17.0"
version = "0.18.0"
[[package]]
name = "syn"
@ -3755,7 +3751,7 @@ dependencies = [
"logos",
"regex",
"rowan",
"semver 1.0.11",
"semver 1.0.12",
"smallvec",
"toml",
"wasm-bindgen",
@ -4165,9 +4161,9 @@ dependencies = [
[[package]]
name = "tracing-attributes"
version = "0.1.21"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"
checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"
dependencies = [
"proc-macro2",
"quote",
@ -4207,9 +4203,9 @@ dependencies = [
[[package]]
name = "tracing-subscriber"
version = "0.3.12"
version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfbbce75cad20b56f4f4200e413b894c990c7bbd7e47245ff5cbc2b82511e4da"
checksum = "3a713421342a5a666b7577783721d3117f1b69a393df803ee17bb73b1e122a59"
dependencies = [
"ansi_term",
"matchers",
@ -4268,9 +4264,9 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
[[package]]
name = "ucd-trie"
version = "0.1.3"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
checksum = "89570599c4fe5585de2b388aab47e99f7fa4e9238a1399f707a02e356058141c"
[[package]]
name = "uint"
@ -4307,9 +4303,9 @@ checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c"
[[package]]
name = "unicode-normalization"
version = "0.1.20"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81dee68f85cab8cf68dec42158baf3a79a1cdc065a8b103025965d6ccb7f6cbd"
checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6"
dependencies = [
"tinyvec",
]

View file

@ -1,6 +1,6 @@
[package]
name = "forc-gm"
version = "0.17.0"
version = "0.18.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"

View file

@ -1,6 +1,6 @@
[package]
name = "forc-pkg"
version = "0.17.0"
version = "0.18.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
@ -10,16 +10,16 @@ description = "Building, locking, fetching and updating Sway projects as Forc pa
[dependencies]
anyhow = "1"
forc-util = { version = "0.17.0", path = "../forc-util" }
forc-util = { version = "0.18.0", path = "../forc-util" }
fuel-tx = "0.13"
git2 = { version = "0.14", features = ["vendored-libgit2", "vendored-openssl"] }
petgraph = { version = "0.6", features = ["serde-1"] }
semver = { version = "1.0", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_ignored = "0.1"
sway-core = { version = "0.17.0", path = "../sway-core" }
sway-types = { version = "0.17.0", path = "../sway-types" }
sway-utils = { version = "0.17.0", path = "../sway-utils" }
sway-core = { version = "0.18.0", path = "../sway-core" }
sway-types = { version = "0.18.0", path = "../sway-types" }
sway-utils = { version = "0.18.0", path = "../sway-utils" }
toml = "0.5"
tracing = "0.1"
url = { version = "2.2", features = ["serde"] }

View file

@ -1,6 +1,6 @@
[package]
name = "forc-explore"
version = "0.17.0"
version = "0.18.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
@ -11,7 +11,7 @@ description = "A `forc` plugin for running the fuel block explorer."
[dependencies]
anyhow = "1"
clap = { version = "3", features = ["derive"] }
forc-util = { version = "0.17.0", path = "../../forc-util" }
forc-util = { version = "0.18.0", path = "../../forc-util" }
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
tar = "0.4"

View file

@ -1,6 +1,6 @@
[package]
name = "forc-fmt-v2"
version = "0.17.0"
version = "0.18.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
@ -12,10 +12,10 @@ description = "A `forc` plugin for running the Sway code formatter."
[dependencies]
anyhow = "1"
clap = { version = "3", features = ["derive"] }
forc-util = { version = "0.17.0", path = "../../forc-util" }
forc-util = { version = "0.18.0", path = "../../forc-util" }
prettydiff = "0.5"
sway-core = { version = "0.17.0", path = "../../sway-core" }
sway-fmt-v2 = { version = "0.17.0", path = "../../sway-fmt-v2" }
sway-utils = { version = "0.17.0", path = "../../sway-utils" }
sway-core = { version = "0.18.0", path = "../../sway-core" }
sway-fmt-v2 = { version = "0.18.0", path = "../../sway-fmt-v2" }
sway-utils = { version = "0.18.0", path = "../../sway-utils" }
taplo = "0.7"
tracing = "0.1"

View file

@ -1,6 +1,6 @@
[package]
name = "forc-fmt"
version = "0.17.0"
version = "0.18.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
@ -11,10 +11,10 @@ description = "A `forc` plugin for running the Sway code formatter."
[dependencies]
anyhow = "1"
clap = { version = "3", features = ["derive"] }
forc-util = { version = "0.17.0", path = "../../forc-util" }
forc-util = { version = "0.18.0", path = "../../forc-util" }
prettydiff = "0.5"
sway-core = { version = "0.17.0", path = "../../sway-core" }
sway-fmt = { version = "0.17.0", path = "../../sway-fmt" }
sway-utils = { version = "0.17.0", path = "../../sway-utils" }
sway-core = { version = "0.18.0", path = "../../sway-core" }
sway-fmt = { version = "0.18.0", path = "../../sway-fmt" }
sway-utils = { version = "0.18.0", path = "../../sway-utils" }
taplo = "0.7"
tracing = "0.1"

View file

@ -1,6 +1,6 @@
[package]
name = "forc-lsp"
version = "0.17.0"
version = "0.18.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
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.17.0", path = "../../sway-lsp" }
sway-lsp = { version = "0.18.0", path = "../../sway-lsp" }
tokio = { version = "1.8" }

View file

@ -1,6 +1,6 @@
[package]
name = "forc-util"
version = "0.17.0"
version = "0.18.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
@ -12,9 +12,9 @@ description = "Utility items shared between forc crates."
annotate-snippets = { version = "0.9", features = ["color"] }
anyhow = "1"
dirs = "3.0.2"
sway-core = { version = "0.17.0", path = "../sway-core" }
sway-types = { version = "0.17.0", path = "../sway-types" }
sway-utils = { version = "0.17.0", path = "../sway-utils" }
sway-core = { version = "0.18.0", path = "../sway-core" }
sway-types = { version = "0.18.0", path = "../sway-types" }
sway-utils = { version = "0.18.0", path = "../sway-utils" }
termcolor = "1.1"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["ansi", "env-filter", "json"] }

View file

@ -1,6 +1,6 @@
[package]
name = "forc"
version = "0.17.0"
version = "0.18.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
@ -21,8 +21,8 @@ annotate-snippets = { version = "0.9", features = ["color"] }
anyhow = "1.0.41"
clap = { version = "3.1", features = ["cargo", "derive", "env"] }
clap_complete = "3.1"
forc-pkg = { version = "0.17.0", path = "../forc-pkg" }
forc-util = { version = "0.17.0", path = "../forc-util" }
forc-pkg = { version = "0.18.0", path = "../forc-pkg" }
forc-util = { version = "0.18.0", path = "../forc-util" }
fs_extra = "1.2"
fuel-asm = "0.6"
fuel-crypto = "0.5"
@ -33,9 +33,9 @@ futures = "0.3"
hex = "0.4.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.73"
sway-core = { version = "0.17.0", path = "../sway-core" }
sway-types = { version = "0.17.0", path = "../sway-types" }
sway-utils = { version = "0.17.0", path = "../sway-utils" }
sway-core = { version = "0.18.0", path = "../sway-core" }
sway-types = { version = "0.18.0", path = "../sway-types" }
sway-utils = { version = "0.18.0", path = "../sway-utils" }
term-table = "1.3"
tokio = { version = "1.8.0", features = ["macros", "rt-multi-thread", "process"] }
toml = "0.5"

View file

@ -1,6 +1,6 @@
[package]
name = "sway-core"
version = "0.17.0"
version = "0.18.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
@ -27,10 +27,10 @@ prettydiff = "0.5"
serde = { version = "1.0", features = ["derive"] }
sha2 = "0.9"
smallvec = "1.7"
sway-ir = { version = "0.17.0", path = "../sway-ir" }
sway-parse = { version = "0.17.0", path = "../sway-parse" }
sway-types = { version = "0.17.0", path = "../sway-types" }
sway-utils = { version = "0.17.0", path = "../sway-utils" }
sway-ir = { version = "0.18.0", path = "../sway-ir" }
sway-parse = { version = "0.18.0", path = "../sway-parse" }
sway-types = { version = "0.18.0", path = "../sway-types" }
sway-utils = { version = "0.18.0", path = "../sway-utils" }
thiserror = "1.0"
tracing = "0.1"
uint = "0.9"

View file

@ -1,6 +1,6 @@
[package]
name = "sway-fmt-v2"
version = "0.17.0"
version = "0.18.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
@ -11,11 +11,11 @@ description = "Sway sway-fmt-v2."
[dependencies]
anyhow = "1"
forc-util = { version = "0.17.0", path = "../forc-util" }
forc-util = { version = "0.18.0", path = "../forc-util" }
serde = { version = "1.0", features = ["derive"] }
serde_ignored = "0.1"
sway-core = { version = "0.17.0", path = "../sway-core" }
sway-parse = { version = "0.17.0", path = "../sway-parse" }
sway-types = { version = "0.17.0", path = "../sway-types" }
sway-core = { version = "0.18.0", path = "../sway-core" }
sway-parse = { version = "0.18.0", path = "../sway-parse" }
sway-types = { version = "0.18.0", path = "../sway-types" }
thiserror = "1.0.30"
toml = "0.5"

View file

@ -1,6 +1,6 @@
[package]
name = "sway-fmt"
version = "0.17.0"
version = "0.18.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
@ -10,6 +10,6 @@ description = "Sway sway-fmt."
[dependencies]
ropey = "1.2"
sway-core = { version = "0.17.0", path = "../sway-core" }
sway-types = { version = "0.17.0", path = "../sway-types" }
sway-core = { version = "0.18.0", path = "../sway-core" }
sway-types = { version = "0.18.0", path = "../sway-types" }

View file

@ -1,6 +1,6 @@
[package]
name = "sway-ir"
version = "0.17.0"
version = "0.18.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
@ -12,5 +12,5 @@ description = "Sway intermediate representation."
filecheck = "0.5"
generational-arena = "0.2"
peg = "0.7"
sway-types = { version = "0.17.0", path = "../sway-types" }
sway-types = { version = "0.18.0", path = "../sway-types" }
tracing = "0.1"

View file

@ -1,6 +1,6 @@
[package]
name = "sway-lsp"
version = "0.17.0"
version = "0.18.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
@ -10,15 +10,15 @@ description = "LSP server for Sway."
[dependencies]
dashmap = "5.3.4"
forc = { version = "0.17.0", path = "../forc" }
forc-pkg = { version = "0.17.0", path = "../forc-pkg" }
forc-util = { version = "0.17.0", path = "../forc-util" }
forc = { version = "0.18.0", path = "../forc" }
forc-pkg = { version = "0.18.0", path = "../forc-pkg" }
forc-util = { version = "0.18.0", path = "../forc-util" }
ropey = "1.2"
serde_json = "1.0.60"
sway-core = { version = "0.17.0", path = "../sway-core" }
sway-fmt = { version = "0.17.0", path = "../sway-fmt" }
sway-types = { version = "0.17.0", path = "../sway-types" }
sway-utils = { version = "0.17.0", path = "../sway-utils" }
sway-core = { version = "0.18.0", path = "../sway-core" }
sway-fmt = { version = "0.18.0", path = "../sway-fmt" }
sway-types = { version = "0.18.0", path = "../sway-types" }
sway-utils = { version = "0.18.0", path = "../sway-utils" }
tokio = { version = "1.3", features = ["io-std", "io-util", "macros", "net", "rt-multi-thread", "sync", "time"] }
tower-lsp = "0.16.0"
tracing = "0.1"

View file

@ -1,6 +1,6 @@
[package]
name = "sway-parse"
version = "0.17.0"
version = "0.18.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
@ -13,6 +13,6 @@ extension-trait = "1.0.1"
num-bigint = "0.4.3"
num-traits = "0.2.14"
phf = { version = "0.10.1", features = ["macros"] }
sway-types = { version = "0.17.0", path = "../sway-types" }
sway-types = { version = "0.18.0", path = "../sway-types" }
thiserror = "1.0"
unicode-xid = "0.2.2"

View file

@ -1,6 +1,6 @@
[package]
name = "sway-types"
version = "0.17.0"
version = "0.18.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"

View file

@ -1,6 +1,6 @@
[package]
name = "sway-utils"
version = "0.17.0"
version = "0.18.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"