mirror of
https://github.com/FuelLabs/sway.git
synced 2025-08-14 15:40:45 +00:00
parent
926753ab88
commit
6a8116fcee
18 changed files with 83 additions and 83 deletions
34
Cargo.lock
generated
34
Cargo.lock
generated
|
@ -1080,7 +1080,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "forc"
|
name = "forc"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"annotate-snippets",
|
"annotate-snippets",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
@ -1109,7 +1109,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "forc-client"
|
name = "forc-client"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap 3.2.17",
|
"clap 3.2.17",
|
||||||
|
@ -1131,7 +1131,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "forc-explore"
|
name = "forc-explore"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap 3.2.17",
|
"clap 3.2.17",
|
||||||
|
@ -1146,7 +1146,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "forc-fmt"
|
name = "forc-fmt"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap 3.2.17",
|
"clap 3.2.17",
|
||||||
|
@ -1161,7 +1161,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "forc-fmt-v2"
|
name = "forc-fmt-v2"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap 3.2.17",
|
"clap 3.2.17",
|
||||||
|
@ -1176,7 +1176,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "forc-lsp"
|
name = "forc-lsp"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap 3.2.17",
|
"clap 3.2.17",
|
||||||
|
@ -1186,7 +1186,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "forc-pkg"
|
name = "forc-pkg"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"forc-util",
|
"forc-util",
|
||||||
|
@ -1210,7 +1210,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "forc-util"
|
name = "forc-util"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"annotate-snippets",
|
"annotate-snippets",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
@ -3599,7 +3599,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sway-ast"
|
name = "sway-ast"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"extension-trait",
|
"extension-trait",
|
||||||
"num-bigint",
|
"num-bigint",
|
||||||
|
@ -3609,7 +3609,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sway-core"
|
name = "sway-core"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 3.2.17",
|
"clap 3.2.17",
|
||||||
"derivative",
|
"derivative",
|
||||||
|
@ -3642,7 +3642,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sway-fmt"
|
name = "sway-fmt"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ropey",
|
"ropey",
|
||||||
"sway-core",
|
"sway-core",
|
||||||
|
@ -3651,7 +3651,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sway-fmt-v2"
|
name = "sway-fmt-v2"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"forc-util",
|
"forc-util",
|
||||||
|
@ -3670,7 +3670,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sway-ir"
|
name = "sway-ir"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"filecheck",
|
"filecheck",
|
||||||
|
@ -3681,7 +3681,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sway-lsp"
|
name = "sway-lsp"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"dashmap",
|
"dashmap",
|
||||||
|
@ -3703,7 +3703,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sway-parse"
|
name = "sway-parse"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_matches",
|
"assert_matches",
|
||||||
"extension-trait",
|
"extension-trait",
|
||||||
|
@ -3718,7 +3718,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sway-types"
|
name = "sway-types"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fuel-asm 0.6.0",
|
"fuel-asm 0.6.0",
|
||||||
"fuel-crypto",
|
"fuel-crypto",
|
||||||
|
@ -3729,7 +3729,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sway-utils"
|
name = "sway-utils"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "syn"
|
name = "syn"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "forc-pkg"
|
name = "forc-pkg"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
authors = ["Fuel Labs <contact@fuel.sh>"]
|
authors = ["Fuel Labs <contact@fuel.sh>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://fuel.network/"
|
homepage = "https://fuel.network/"
|
||||||
|
@ -10,7 +10,7 @@ description = "Building, locking, fetching and updating Sway projects as Forc pa
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
forc-util = { version = "0.20.1", path = "../forc-util" }
|
forc-util = { version = "0.20.2", path = "../forc-util" }
|
||||||
fuel-crypto = "0.5"
|
fuel-crypto = "0.5"
|
||||||
fuel-tx = "0.13"
|
fuel-tx = "0.13"
|
||||||
git2 = { version = "0.14", features = ["vendored-libgit2", "vendored-openssl"] }
|
git2 = { version = "0.14", features = ["vendored-libgit2", "vendored-openssl"] }
|
||||||
|
@ -19,9 +19,9 @@ semver = { version = "1.0", features = ["serde"] }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_ignored = "0.1"
|
serde_ignored = "0.1"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
sway-core = { version = "0.20.1", path = "../sway-core" }
|
sway-core = { version = "0.20.2", path = "../sway-core" }
|
||||||
sway-types = { version = "0.20.1", path = "../sway-types" }
|
sway-types = { version = "0.20.2", path = "../sway-types" }
|
||||||
sway-utils = { version = "0.20.1", path = "../sway-utils" }
|
sway-utils = { version = "0.20.2", path = "../sway-utils" }
|
||||||
toml = "0.5"
|
toml = "0.5"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
url = { version = "2.2", features = ["serde"] }
|
url = { version = "2.2", features = ["serde"] }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "forc-client"
|
name = "forc-client"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
authors = ["Fuel Labs <contact@fuel.sh>"]
|
authors = ["Fuel Labs <contact@fuel.sh>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://fuel.network/"
|
homepage = "https://fuel.network/"
|
||||||
|
@ -11,8 +11,8 @@ description = "A `forc` plugin for interacting with a Fuel node."
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
clap = { version = "3", features = ["derive", "env"] }
|
clap = { version = "3", features = ["derive", "env"] }
|
||||||
forc-pkg = { version = "0.20.1", path = "../../forc-pkg" }
|
forc-pkg = { version = "0.20.2", path = "../../forc-pkg" }
|
||||||
forc-util = { version = "0.20.1", path = "../../forc-util" }
|
forc-util = { version = "0.20.2", path = "../../forc-util" }
|
||||||
fuel-gql-client = { version = "0.9", default-features = false }
|
fuel-gql-client = { version = "0.9", default-features = false }
|
||||||
fuel-tx = "0.13"
|
fuel-tx = "0.13"
|
||||||
fuel-vm = "0.12"
|
fuel-vm = "0.12"
|
||||||
|
@ -20,9 +20,9 @@ futures = "0.3"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
serde = { version = "1.0" }
|
serde = { version = "1.0" }
|
||||||
serde_json = "1.0.73"
|
serde_json = "1.0.73"
|
||||||
sway-core = { version = "0.20.1", path = "../../sway-core" }
|
sway-core = { version = "0.20.2", path = "../../sway-core" }
|
||||||
sway-types = { version = "0.20.1", path = "../../sway-types" }
|
sway-types = { version = "0.20.2", path = "../../sway-types" }
|
||||||
sway-utils = { version = "0.20.1", path = "../../sway-utils" }
|
sway-utils = { version = "0.20.2", path = "../../sway-utils" }
|
||||||
tokio = { version = "1.8", features = ["macros", "rt-multi-thread", "process"] }
|
tokio = { version = "1.8", features = ["macros", "rt-multi-thread", "process"] }
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "forc-explore"
|
name = "forc-explore"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
authors = ["Fuel Labs <contact@fuel.sh>"]
|
authors = ["Fuel Labs <contact@fuel.sh>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://fuel.network/"
|
homepage = "https://fuel.network/"
|
||||||
|
@ -11,7 +11,7 @@ description = "A `forc` plugin for running the fuel block explorer."
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
clap = { version = "3", features = ["derive"] }
|
clap = { version = "3", features = ["derive"] }
|
||||||
forc-util = { version = "0.20.1", path = "../../forc-util" }
|
forc-util = { version = "0.20.2", path = "../../forc-util" }
|
||||||
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
|
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
tar = "0.4"
|
tar = "0.4"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "forc-fmt-v2"
|
name = "forc-fmt-v2"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
authors = ["Fuel Labs <contact@fuel.sh>"]
|
authors = ["Fuel Labs <contact@fuel.sh>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://fuel.network/"
|
homepage = "https://fuel.network/"
|
||||||
|
@ -12,10 +12,10 @@ description = "A `forc` plugin for running the Sway code formatter."
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
clap = { version = "3", features = ["derive"] }
|
clap = { version = "3", features = ["derive"] }
|
||||||
forc-util = { version = "0.20.1", path = "../../forc-util" }
|
forc-util = { version = "0.20.2", path = "../../forc-util" }
|
||||||
prettydiff = "0.5"
|
prettydiff = "0.5"
|
||||||
sway-core = { version = "0.20.1", path = "../../sway-core" }
|
sway-core = { version = "0.20.2", path = "../../sway-core" }
|
||||||
sway-fmt-v2 = { version = "0.20.1", path = "../../sway-fmt-v2" }
|
sway-fmt-v2 = { version = "0.20.2", path = "../../sway-fmt-v2" }
|
||||||
sway-utils = { version = "0.20.1", path = "../../sway-utils" }
|
sway-utils = { version = "0.20.2", path = "../../sway-utils" }
|
||||||
taplo = "0.7"
|
taplo = "0.7"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "forc-fmt"
|
name = "forc-fmt"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
authors = ["Fuel Labs <contact@fuel.sh>"]
|
authors = ["Fuel Labs <contact@fuel.sh>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://fuel.network/"
|
homepage = "https://fuel.network/"
|
||||||
|
@ -11,10 +11,10 @@ description = "A `forc` plugin for running the Sway code formatter."
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
clap = { version = "3", features = ["derive"] }
|
clap = { version = "3", features = ["derive"] }
|
||||||
forc-util = { version = "0.20.1", path = "../../forc-util" }
|
forc-util = { version = "0.20.2", path = "../../forc-util" }
|
||||||
prettydiff = "0.5"
|
prettydiff = "0.5"
|
||||||
sway-core = { version = "0.20.1", path = "../../sway-core" }
|
sway-core = { version = "0.20.2", path = "../../sway-core" }
|
||||||
sway-fmt = { version = "0.20.1", path = "../../sway-fmt" }
|
sway-fmt = { version = "0.20.2", path = "../../sway-fmt" }
|
||||||
sway-utils = { version = "0.20.1", path = "../../sway-utils" }
|
sway-utils = { version = "0.20.2", path = "../../sway-utils" }
|
||||||
taplo = "0.7"
|
taplo = "0.7"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "forc-lsp"
|
name = "forc-lsp"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
authors = ["Fuel Labs <contact@fuel.sh>"]
|
authors = ["Fuel Labs <contact@fuel.sh>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://fuel.network/"
|
homepage = "https://fuel.network/"
|
||||||
|
@ -11,5 +11,5 @@ description = "A simple `forc` plugin for starting the sway language server."
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
clap = { version = "3", features = ["derive"] }
|
clap = { version = "3", features = ["derive"] }
|
||||||
sway-lsp = { version = "0.20.1", path = "../../sway-lsp" }
|
sway-lsp = { version = "0.20.2", path = "../../sway-lsp" }
|
||||||
tokio = { version = "1.8" }
|
tokio = { version = "1.8" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "forc-util"
|
name = "forc-util"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
authors = ["Fuel Labs <contact@fuel.sh>"]
|
authors = ["Fuel Labs <contact@fuel.sh>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://fuel.network/"
|
homepage = "https://fuel.network/"
|
||||||
|
@ -12,9 +12,9 @@ description = "Utility items shared between forc crates."
|
||||||
annotate-snippets = { version = "0.9", features = ["color"] }
|
annotate-snippets = { version = "0.9", features = ["color"] }
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
dirs = "3.0.2"
|
dirs = "3.0.2"
|
||||||
sway-core = { version = "0.20.1", path = "../sway-core" }
|
sway-core = { version = "0.20.2", path = "../sway-core" }
|
||||||
sway-types = { version = "0.20.1", path = "../sway-types" }
|
sway-types = { version = "0.20.2", path = "../sway-types" }
|
||||||
sway-utils = { version = "0.20.1", path = "../sway-utils" }
|
sway-utils = { version = "0.20.2", path = "../sway-utils" }
|
||||||
termcolor = "1.1"
|
termcolor = "1.1"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-subscriber = { version = "0.3", features = ["ansi", "env-filter", "json"] }
|
tracing-subscriber = { version = "0.3", features = ["ansi", "env-filter", "json"] }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "forc"
|
name = "forc"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
authors = ["Fuel Labs <contact@fuel.sh>"]
|
authors = ["Fuel Labs <contact@fuel.sh>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://fuel.network/"
|
homepage = "https://fuel.network/"
|
||||||
|
@ -21,16 +21,16 @@ annotate-snippets = { version = "0.9", features = ["color"] }
|
||||||
anyhow = "1.0.41"
|
anyhow = "1.0.41"
|
||||||
clap = { version = "3.1", features = ["cargo", "derive", "env"] }
|
clap = { version = "3.1", features = ["cargo", "derive", "env"] }
|
||||||
clap_complete = "3.1"
|
clap_complete = "3.1"
|
||||||
forc-pkg = { version = "0.20.1", path = "../forc-pkg" }
|
forc-pkg = { version = "0.20.2", path = "../forc-pkg" }
|
||||||
forc-util = { version = "0.20.1", path = "../forc-util" }
|
forc-util = { version = "0.20.2", path = "../forc-util" }
|
||||||
fs_extra = "1.2"
|
fs_extra = "1.2"
|
||||||
fuel-asm = "0.6"
|
fuel-asm = "0.6"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0.73"
|
serde_json = "1.0.73"
|
||||||
sway-core = { version = "0.20.1", path = "../sway-core" }
|
sway-core = { version = "0.20.2", path = "../sway-core" }
|
||||||
sway-types = { version = "0.20.1", path = "../sway-types" }
|
sway-types = { version = "0.20.2", path = "../sway-types" }
|
||||||
sway-utils = { version = "0.20.1", path = "../sway-utils" }
|
sway-utils = { version = "0.20.2", path = "../sway-utils" }
|
||||||
term-table = "1.3"
|
term-table = "1.3"
|
||||||
tokio = { version = "1.8.0", features = ["macros", "rt-multi-thread"] }
|
tokio = { version = "1.8.0", features = ["macros", "rt-multi-thread"] }
|
||||||
toml = "0.5"
|
toml = "0.5"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sway-ast"
|
name = "sway-ast"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
authors = ["Fuel Labs <contact@fuel.sh>"]
|
authors = ["Fuel Labs <contact@fuel.sh>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://fuel.network/"
|
homepage = "https://fuel.network/"
|
||||||
|
@ -12,4 +12,4 @@ description = "Sway's parser"
|
||||||
extension-trait = "1.0.1"
|
extension-trait = "1.0.1"
|
||||||
num-bigint = "0.4.3"
|
num-bigint = "0.4.3"
|
||||||
num-traits = "0.2.14"
|
num-traits = "0.2.14"
|
||||||
sway-types = { version = "0.20.1", path = "../sway-types" }
|
sway-types = { version = "0.20.2", path = "../sway-types" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sway-core"
|
name = "sway-core"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
authors = ["Fuel Labs <contact@fuel.sh>"]
|
authors = ["Fuel Labs <contact@fuel.sh>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://fuel.network/"
|
homepage = "https://fuel.network/"
|
||||||
|
@ -27,11 +27,11 @@ prettydiff = "0.5"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
sha2 = "0.9"
|
sha2 = "0.9"
|
||||||
smallvec = "1.7"
|
smallvec = "1.7"
|
||||||
sway-ast = { version = "0.20.1", path = "../sway-ast" }
|
sway-ast = { version = "0.20.2", path = "../sway-ast" }
|
||||||
sway-ir = { version = "0.20.1", path = "../sway-ir" }
|
sway-ir = { version = "0.20.2", path = "../sway-ir" }
|
||||||
sway-parse = { version = "0.20.1", path = "../sway-parse" }
|
sway-parse = { version = "0.20.2", path = "../sway-parse" }
|
||||||
sway-types = { version = "0.20.1", path = "../sway-types" }
|
sway-types = { version = "0.20.2", path = "../sway-types" }
|
||||||
sway-utils = { version = "0.20.1", path = "../sway-utils" }
|
sway-utils = { version = "0.20.2", path = "../sway-utils" }
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
uint = "0.9"
|
uint = "0.9"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sway-fmt-v2"
|
name = "sway-fmt-v2"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
authors = ["Fuel Labs <contact@fuel.sh>"]
|
authors = ["Fuel Labs <contact@fuel.sh>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://fuel.network/"
|
homepage = "https://fuel.network/"
|
||||||
|
@ -11,14 +11,14 @@ description = "Sway sway-fmt-v2."
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
forc-util = { version = "0.20.1", path = "../forc-util" }
|
forc-util = { version = "0.20.2", path = "../forc-util" }
|
||||||
ropey = "1.5"
|
ropey = "1.5"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_ignored = "0.1"
|
serde_ignored = "0.1"
|
||||||
sway-ast = { version = "0.20.1", path = "../sway-ast" }
|
sway-ast = { version = "0.20.2", path = "../sway-ast" }
|
||||||
sway-core = { version = "0.20.1", path = "../sway-core" }
|
sway-core = { version = "0.20.2", path = "../sway-core" }
|
||||||
sway-parse = { version = "0.20.1", path = "../sway-parse" }
|
sway-parse = { version = "0.20.2", path = "../sway-parse" }
|
||||||
sway-types = { version = "0.20.1", path = "../sway-types" }
|
sway-types = { version = "0.20.2", path = "../sway-types" }
|
||||||
thiserror = "1.0.30"
|
thiserror = "1.0.30"
|
||||||
toml = "0.5"
|
toml = "0.5"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sway-fmt"
|
name = "sway-fmt"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
authors = ["Fuel Labs <contact@fuel.sh>"]
|
authors = ["Fuel Labs <contact@fuel.sh>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://fuel.network/"
|
homepage = "https://fuel.network/"
|
||||||
|
@ -10,6 +10,6 @@ description = "Sway sway-fmt."
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ropey = "1.2"
|
ropey = "1.2"
|
||||||
sway-core = { version = "0.20.1", path = "../sway-core" }
|
sway-core = { version = "0.20.2", path = "../sway-core" }
|
||||||
sway-types = { version = "0.20.1", path = "../sway-types" }
|
sway-types = { version = "0.20.2", path = "../sway-types" }
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sway-ir"
|
name = "sway-ir"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
authors = ["Fuel Labs <contact@fuel.sh>"]
|
authors = ["Fuel Labs <contact@fuel.sh>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://fuel.network/"
|
homepage = "https://fuel.network/"
|
||||||
|
@ -13,4 +13,4 @@ anyhow = "1.0"
|
||||||
filecheck = "0.5"
|
filecheck = "0.5"
|
||||||
generational-arena = "0.2"
|
generational-arena = "0.2"
|
||||||
peg = "0.7"
|
peg = "0.7"
|
||||||
sway-types = { version = "0.20.1", path = "../sway-types" }
|
sway-types = { version = "0.20.2", path = "../sway-types" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sway-lsp"
|
name = "sway-lsp"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
authors = ["Fuel Labs <contact@fuel.sh>"]
|
authors = ["Fuel Labs <contact@fuel.sh>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://fuel.network/"
|
homepage = "https://fuel.network/"
|
||||||
|
@ -10,15 +10,15 @@ description = "LSP server for Sway."
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
dashmap = "5.3.4"
|
dashmap = "5.3.4"
|
||||||
forc-pkg = { version = "0.20.1", path = "../forc-pkg" }
|
forc-pkg = { version = "0.20.2", path = "../forc-pkg" }
|
||||||
forc-util = { version = "0.20.1", path = "../forc-util" }
|
forc-util = { version = "0.20.2", path = "../forc-util" }
|
||||||
ropey = "1.2"
|
ropey = "1.2"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0.60"
|
serde_json = "1.0.60"
|
||||||
sway-core = { version = "0.20.1", path = "../sway-core" }
|
sway-core = { version = "0.20.2", path = "../sway-core" }
|
||||||
sway-fmt = { version = "0.20.1", path = "../sway-fmt" }
|
sway-fmt = { version = "0.20.2", path = "../sway-fmt" }
|
||||||
sway-types = { version = "0.20.1", path = "../sway-types" }
|
sway-types = { version = "0.20.2", path = "../sway-types" }
|
||||||
sway-utils = { version = "0.20.1", path = "../sway-utils" }
|
sway-utils = { version = "0.20.2", path = "../sway-utils" }
|
||||||
tokio = { version = "1.3", features = ["io-std", "io-util", "macros", "net", "rt-multi-thread", "sync", "time"] }
|
tokio = { version = "1.3", features = ["io-std", "io-util", "macros", "net", "rt-multi-thread", "sync", "time"] }
|
||||||
tower-lsp = "0.17"
|
tower-lsp = "0.17"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sway-parse"
|
name = "sway-parse"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
authors = ["Fuel Labs <contact@fuel.sh>"]
|
authors = ["Fuel Labs <contact@fuel.sh>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://fuel.network/"
|
homepage = "https://fuel.network/"
|
||||||
|
@ -13,8 +13,8 @@ extension-trait = "1.0.1"
|
||||||
num-bigint = "0.4.3"
|
num-bigint = "0.4.3"
|
||||||
num-traits = "0.2.14"
|
num-traits = "0.2.14"
|
||||||
phf = { version = "0.10.1", features = ["macros"] }
|
phf = { version = "0.10.1", features = ["macros"] }
|
||||||
sway-ast = { version = "0.20.1", path = "../sway-ast" }
|
sway-ast = { version = "0.20.2", path = "../sway-ast" }
|
||||||
sway-types = { version = "0.20.1", path = "../sway-types" }
|
sway-types = { version = "0.20.2", path = "../sway-types" }
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
unicode-xid = "0.2.2"
|
unicode-xid = "0.2.2"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sway-types"
|
name = "sway-types"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
authors = ["Fuel Labs <contact@fuel.sh>"]
|
authors = ["Fuel Labs <contact@fuel.sh>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://fuel.network/"
|
homepage = "https://fuel.network/"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sway-utils"
|
name = "sway-utils"
|
||||||
version = "0.20.1"
|
version = "0.20.2"
|
||||||
authors = ["Fuel Labs <contact@fuel.sh>"]
|
authors = ["Fuel Labs <contact@fuel.sh>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://fuel.network/"
|
homepage = "https://fuel.network/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue