mirror of
https://github.com/FuelLabs/sway.git
synced 2025-08-16 08:30:27 +00:00
parent
fd3a96f13b
commit
b81bcd9652
17 changed files with 143 additions and 153 deletions
184
Cargo.lock
generated
184
Cargo.lock
generated
|
@ -96,9 +96,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anyhow"
|
name = "anyhow"
|
||||||
version = "1.0.57"
|
version = "1.0.58"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
|
checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "arrayref"
|
name = "arrayref"
|
||||||
|
@ -155,9 +155,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "async-global-executor"
|
name = "async-global-executor"
|
||||||
version = "2.1.0"
|
version = "2.2.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "fd8b508d585e01084059b60f06ade4cb7415cd2e4084b71dd1cb44e7d3fb9880"
|
checksum = "5262ed948da60dd8956c6c5aca4d4163593dddb7b32d73267c93dab7b2e98940"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-channel",
|
"async-channel",
|
||||||
"async-executor",
|
"async-executor",
|
||||||
|
@ -165,6 +165,7 @@ dependencies = [
|
||||||
"async-lock",
|
"async-lock",
|
||||||
"blocking",
|
"blocking",
|
||||||
"futures-lite",
|
"futures-lite",
|
||||||
|
"num_cpus",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -214,9 +215,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "async-std"
|
name = "async-std"
|
||||||
version = "1.11.0"
|
version = "1.12.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"
|
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-channel",
|
"async-channel",
|
||||||
"async-global-executor",
|
"async-global-executor",
|
||||||
|
@ -231,7 +232,6 @@ dependencies = [
|
||||||
"kv-log-macro",
|
"kv-log-macro",
|
||||||
"log",
|
"log",
|
||||||
"memchr",
|
"memchr",
|
||||||
"num_cpus",
|
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"pin-project-lite",
|
"pin-project-lite",
|
||||||
"pin-utils",
|
"pin-utils",
|
||||||
|
@ -315,9 +315,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "base-x"
|
name = "base-x"
|
||||||
version = "0.2.10"
|
version = "0.2.11"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "dc19a4937b4fbd3fe3379793130e42060d10627a360f2127802b10b87e7baf74"
|
checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "base64"
|
name = "base64"
|
||||||
|
@ -542,9 +542,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap"
|
name = "clap"
|
||||||
version = "3.2.5"
|
version = "3.2.7"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d53da17d37dba964b9b3ecb5c5a1f193a2762c700e6829201e645b9381c99dc7"
|
checksum = "5b7b16274bb247b45177db843202209b12191b631a14a9d06e41b3777d6ecf14"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atty",
|
"atty",
|
||||||
"bitflags",
|
"bitflags",
|
||||||
|
@ -559,18 +559,18 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap_complete"
|
name = "clap_complete"
|
||||||
version = "3.2.1"
|
version = "3.2.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0f6ebaab5f25e4f0312dfa07cb30a755204b96e6531457c2cfdecfdf5f2adf40"
|
checksum = "ead064480dfc4880a10764488415a97fdd36a4cf1bb022d372f02e8faf8386e1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 3.2.5",
|
"clap 3.2.7",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap_derive"
|
name = "clap_derive"
|
||||||
version = "3.2.5"
|
version = "3.2.7"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c11d40217d16aee8508cc8e5fde8b4ff24639758608e5374e731b53f85749fb9"
|
checksum = "759bf187376e1afa7b85b959e6a664a3e7a95203415dba952ad19139e798f902"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"heck 0.4.0",
|
"heck 0.4.0",
|
||||||
"proc-macro-error",
|
"proc-macro-error",
|
||||||
|
@ -581,9 +581,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap_lex"
|
name = "clap_lex"
|
||||||
version = "0.2.2"
|
version = "0.2.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5538cd660450ebeb4234cfecf8f2284b844ffc4c50531e66d584ad5b91293613"
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"os_str_bytes",
|
"os_str_bytes",
|
||||||
]
|
]
|
||||||
|
@ -708,9 +708,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "crossbeam-utils"
|
name = "crossbeam-utils"
|
||||||
version = "0.8.9"
|
version = "0.8.10"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8ff1f980957787286a554052d03c7aee98d99cc32e09f6d45f0a814133c87978"
|
checksum = "7d82ee10ce34d7bc12c2122495e7593a9c41347ecdd64185af4ecf72cb1a7f83"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if 1.0.0",
|
"cfg-if 1.0.0",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
|
@ -858,16 +858,6 @@ dependencies = [
|
||||||
"syn",
|
"syn",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "dashmap"
|
|
||||||
version = "4.0.2"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
|
|
||||||
dependencies = [
|
|
||||||
"cfg-if 1.0.0",
|
|
||||||
"num_cpus",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dashmap"
|
name = "dashmap"
|
||||||
version = "5.3.4"
|
version = "5.3.4"
|
||||||
|
@ -989,9 +979,9 @@ version = "0.0.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "either"
|
name = "either"
|
||||||
version = "1.6.1"
|
version = "1.7.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "encode_unicode"
|
name = "encode_unicode"
|
||||||
|
@ -1032,7 +1022,7 @@ name = "examples-checker"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap 3.2.5",
|
"clap 3.2.7",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -1108,11 +1098,11 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "forc"
|
name = "forc"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"annotate-snippets",
|
"annotate-snippets",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap 3.2.5",
|
"clap 3.2.7",
|
||||||
"clap_complete",
|
"clap_complete",
|
||||||
"forc-pkg",
|
"forc-pkg",
|
||||||
"forc-util",
|
"forc-util",
|
||||||
|
@ -1142,10 +1132,10 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "forc-explore"
|
name = "forc-explore"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap 3.2.5",
|
"clap 3.2.7",
|
||||||
"forc-util",
|
"forc-util",
|
||||||
"reqwest",
|
"reqwest",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -1157,10 +1147,10 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "forc-fmt"
|
name = "forc-fmt"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap 3.2.5",
|
"clap 3.2.7",
|
||||||
"forc-util",
|
"forc-util",
|
||||||
"prettydiff",
|
"prettydiff",
|
||||||
"sway-core",
|
"sway-core",
|
||||||
|
@ -1172,10 +1162,10 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "forc-fmt-v2"
|
name = "forc-fmt-v2"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap 3.2.5",
|
"clap 3.2.7",
|
||||||
"forc-util",
|
"forc-util",
|
||||||
"prettydiff",
|
"prettydiff",
|
||||||
"sway-core",
|
"sway-core",
|
||||||
|
@ -1187,24 +1177,24 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "forc-gm"
|
name = "forc-gm"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 3.2.5",
|
"clap 3.2.7",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "forc-lsp"
|
name = "forc-lsp"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap 3.2.5",
|
"clap 3.2.7",
|
||||||
"sway-lsp",
|
"sway-lsp",
|
||||||
"tokio",
|
"tokio",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "forc-pkg"
|
name = "forc-pkg"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"forc-util",
|
"forc-util",
|
||||||
|
@ -1212,7 +1202,7 @@ dependencies = [
|
||||||
"fuels-types",
|
"fuels-types",
|
||||||
"git2",
|
"git2",
|
||||||
"petgraph",
|
"petgraph",
|
||||||
"semver 1.0.10",
|
"semver 1.0.11",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_ignored",
|
"serde_ignored",
|
||||||
"sway-core",
|
"sway-core",
|
||||||
|
@ -1225,7 +1215,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "forc-util"
|
name = "forc-util"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"annotate-snippets",
|
"annotate-snippets",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
@ -1298,13 +1288,13 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fuel-gql-client"
|
name = "fuel-gql-client"
|
||||||
version = "0.9.2"
|
version = "0.9.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2185998563c770e718e9537b790d3cf2772d04f55a87e939f2aa6da87ab2443c"
|
checksum = "ce7fa3a34778b7b9a59c5007b07d7a334e60d3ac09aa06decf31d86fdee0cb72"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap 3.2.5",
|
"clap 3.2.7",
|
||||||
"cynic",
|
"cynic",
|
||||||
"derive_more",
|
"derive_more",
|
||||||
"fuel-tx",
|
"fuel-tx",
|
||||||
|
@ -1378,9 +1368,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fuel-types"
|
name = "fuel-types"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0b253058fc10bdc066f22d33df764de72601558b61efd1769475b21311332a15"
|
checksum = "8485da19cae4529a5fc7736b9a300a5443bed0bfac9fd88c94e0978cf437ef2a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -1780,16 +1770,16 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "http-client"
|
name = "http-client"
|
||||||
version = "6.5.2"
|
version = "6.5.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e023af341b797ce2c039f7c6e1d347b68d0f7fd0bc7ac234fe69cfadcca1f89a"
|
checksum = "1947510dc91e2bf586ea5ffb412caad7673264e14bb39fb9078da114a94ce1a5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-h1",
|
"async-h1",
|
||||||
"async-std",
|
"async-std",
|
||||||
"async-tls",
|
"async-tls",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"cfg-if 1.0.0",
|
"cfg-if 1.0.0",
|
||||||
"dashmap 4.0.2",
|
"dashmap",
|
||||||
"deadpool",
|
"deadpool",
|
||||||
"futures",
|
"futures",
|
||||||
"http-types",
|
"http-types",
|
||||||
|
@ -1910,9 +1900,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "indexmap"
|
name = "indexmap"
|
||||||
version = "1.9.0"
|
version = "1.9.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6c6392766afd7964e2531940894cffe4bd8d7d17dbc3c1c4857040fd4b33bdb3"
|
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"autocfg 1.1.0",
|
"autocfg 1.1.0",
|
||||||
"hashbrown 0.12.1",
|
"hashbrown 0.12.1",
|
||||||
|
@ -2163,7 +2153,7 @@ checksum = "74612ae81a3e5ee509854049dfa4c7975ae033c06f5fc4735c7dfbe60ee2a39d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap 3.2.5",
|
"clap 3.2.7",
|
||||||
"clap_complete",
|
"clap_complete",
|
||||||
"env_logger",
|
"env_logger",
|
||||||
"handlebars",
|
"handlebars",
|
||||||
|
@ -2187,9 +2177,9 @@ name = "mdbook-forc-documenter"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap 3.2.5",
|
"clap 3.2.7",
|
||||||
"mdbook",
|
"mdbook",
|
||||||
"semver 1.0.10",
|
"semver 1.0.11",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"toml",
|
"toml",
|
||||||
|
@ -2228,9 +2218,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mio"
|
name = "mio"
|
||||||
version = "0.8.3"
|
version = "0.8.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"
|
checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"log",
|
"log",
|
||||||
|
@ -2343,9 +2333,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "openssl-src"
|
name = "openssl-src"
|
||||||
version = "111.20.0+1.1.1o"
|
version = "111.21.0+1.1.1p"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "92892c4f87d56e376e469ace79f1128fdaded07646ddf73aa0be4706ff712dec"
|
checksum = "6d0a8313729211913936f1b95ca47a5fc7f2e04cd658c115388287f8a8361008"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
]
|
]
|
||||||
|
@ -2677,9 +2667,9 @@ checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "proc-macro2"
|
name = "proc-macro2"
|
||||||
version = "1.0.39"
|
version = "1.0.40"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
|
checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"unicode-ident",
|
"unicode-ident",
|
||||||
]
|
]
|
||||||
|
@ -2703,9 +2693,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "quote"
|
name = "quote"
|
||||||
version = "1.0.18"
|
version = "1.0.20"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
|
checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
]
|
]
|
||||||
|
@ -3087,7 +3077,7 @@ version = "0.4.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"semver 1.0.10",
|
"semver 1.0.11",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -3233,9 +3223,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "semver"
|
name = "semver"
|
||||||
version = "1.0.10"
|
version = "1.0.11"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a41d061efea015927ac527063765e73601444cdc344ba855bc7bd44578b25e1c"
|
checksum = "3d92beeab217753479be2f74e54187a6aed4c125ff0703a866c3147a02f0c6dd"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
]
|
]
|
||||||
|
@ -3277,9 +3267,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_json"
|
name = "serde_json"
|
||||||
version = "1.0.81"
|
version = "1.0.82"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
|
checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itoa 1.0.2",
|
"itoa 1.0.2",
|
||||||
"ryu",
|
"ryu",
|
||||||
|
@ -3474,9 +3464,9 @@ checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "smallvec"
|
name = "smallvec"
|
||||||
version = "1.8.0"
|
version = "1.9.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "socket2"
|
name = "socket2"
|
||||||
|
@ -3648,9 +3638,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sway-core"
|
name = "sway-core"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 3.2.5",
|
"clap 3.2.7",
|
||||||
"derivative",
|
"derivative",
|
||||||
"dirs 3.0.2",
|
"dirs 3.0.2",
|
||||||
"either",
|
"either",
|
||||||
|
@ -3681,7 +3671,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sway-fmt"
|
name = "sway-fmt"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ropey",
|
"ropey",
|
||||||
"sway-core",
|
"sway-core",
|
||||||
|
@ -3690,7 +3680,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sway-fmt-v2"
|
name = "sway-fmt-v2"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"forc-util",
|
"forc-util",
|
||||||
|
@ -3705,7 +3695,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sway-ir"
|
name = "sway-ir"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"filecheck",
|
"filecheck",
|
||||||
"generational-arena",
|
"generational-arena",
|
||||||
|
@ -3716,10 +3706,10 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sway-lsp"
|
name = "sway-lsp"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"dashmap 5.3.4",
|
"dashmap",
|
||||||
"forc",
|
"forc",
|
||||||
"forc-pkg",
|
"forc-pkg",
|
||||||
"forc-util",
|
"forc-util",
|
||||||
|
@ -3738,7 +3728,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sway-parse"
|
name = "sway-parse"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"extension-trait",
|
"extension-trait",
|
||||||
"num-bigint",
|
"num-bigint",
|
||||||
|
@ -3751,7 +3741,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sway-types"
|
name = "sway-types"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fuel-asm 0.6.0",
|
"fuel-asm 0.6.0",
|
||||||
"fuel-crypto",
|
"fuel-crypto",
|
||||||
|
@ -3762,13 +3752,13 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sway-utils"
|
name = "sway-utils"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "syn"
|
name = "syn"
|
||||||
version = "1.0.96"
|
version = "1.0.98"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"
|
checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -3786,7 +3776,7 @@ dependencies = [
|
||||||
"logos",
|
"logos",
|
||||||
"regex",
|
"regex",
|
||||||
"rowan",
|
"rowan",
|
||||||
"semver 1.0.10",
|
"semver 1.0.11",
|
||||||
"smallvec",
|
"smallvec",
|
||||||
"toml",
|
"toml",
|
||||||
"wasm-bindgen",
|
"wasm-bindgen",
|
||||||
|
@ -4147,7 +4137,7 @@ dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"auto_impl",
|
"auto_impl",
|
||||||
"bytes",
|
"bytes",
|
||||||
"dashmap 5.3.4",
|
"dashmap",
|
||||||
"futures",
|
"futures",
|
||||||
"httparse",
|
"httparse",
|
||||||
"log",
|
"log",
|
||||||
|
@ -4204,9 +4194,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tracing-core"
|
name = "tracing-core"
|
||||||
version = "0.1.27"
|
version = "0.1.28"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7709595b8878a4965ce5e87ebf880a7d39c9afc6837721b21a5a816a8117d921"
|
checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"valuable",
|
"valuable",
|
||||||
|
@ -4235,13 +4225,13 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tracing-subscriber"
|
name = "tracing-subscriber"
|
||||||
version = "0.3.11"
|
version = "0.3.12"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4bc28f93baff38037f64e6f43d34cfa1605f27a49c34e8a04c5e78b0babf2596"
|
checksum = "cfbbce75cad20b56f4f4200e413b894c990c7bbd7e47245ff5cbc2b82511e4da"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"lazy_static",
|
|
||||||
"matchers",
|
"matchers",
|
||||||
|
"once_cell",
|
||||||
"regex",
|
"regex",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
|
@ -4335,9 +4325,9 @@ checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unicode-normalization"
|
name = "unicode-normalization"
|
||||||
version = "0.1.19"
|
version = "0.1.20"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
checksum = "81dee68f85cab8cf68dec42158baf3a79a1cdc065a8b103025965d6ccb7f6cbd"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"tinyvec",
|
"tinyvec",
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "forc-gm"
|
name = "forc-gm"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
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 = "forc-pkg"
|
name = "forc-pkg"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
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.16.2", path = "../forc-util" }
|
forc-util = { version = "0.17.0", path = "../forc-util" }
|
||||||
fuel-tx = "0.13"
|
fuel-tx = "0.13"
|
||||||
fuels-types = "0.12"
|
fuels-types = "0.12"
|
||||||
git2 = { version = "0.14", features = ["vendored-libgit2", "vendored-openssl"] }
|
git2 = { version = "0.14", features = ["vendored-libgit2", "vendored-openssl"] }
|
||||||
|
@ -18,8 +18,8 @@ petgraph = { version = "0.6", features = ["serde-1"] }
|
||||||
semver = { version = "1.0", features = ["serde"] }
|
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"
|
||||||
sway-core = { version = "0.16.2", path = "../sway-core" }
|
sway-core = { version = "0.17.0", path = "../sway-core" }
|
||||||
sway-utils = { version = "0.16.2", path = "../sway-utils" }
|
sway-utils = { version = "0.17.0", 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-explore"
|
name = "forc-explore"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
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.16.2", path = "../../forc-util" }
|
forc-util = { version = "0.17.0", 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.16.2"
|
version = "0.17.0"
|
||||||
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.16.2", path = "../../forc-util" }
|
forc-util = { version = "0.17.0", path = "../../forc-util" }
|
||||||
prettydiff = "0.5"
|
prettydiff = "0.5"
|
||||||
sway-core = { version = "0.16.2", path = "../../sway-core" }
|
sway-core = { version = "0.17.0", path = "../../sway-core" }
|
||||||
sway-fmt-v2 = { version = "0.16.2", path = "../../sway-fmt-v2" }
|
sway-fmt-v2 = { version = "0.17.0", path = "../../sway-fmt-v2" }
|
||||||
sway-utils = { version = "0.16.2", path = "../../sway-utils" }
|
sway-utils = { version = "0.17.0", 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.16.2"
|
version = "0.17.0"
|
||||||
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.16.2", path = "../../forc-util" }
|
forc-util = { version = "0.17.0", path = "../../forc-util" }
|
||||||
prettydiff = "0.5"
|
prettydiff = "0.5"
|
||||||
sway-core = { version = "0.16.2", path = "../../sway-core" }
|
sway-core = { version = "0.17.0", path = "../../sway-core" }
|
||||||
sway-fmt = { version = "0.16.2", path = "../../sway-fmt" }
|
sway-fmt = { version = "0.17.0", path = "../../sway-fmt" }
|
||||||
sway-utils = { version = "0.16.2", path = "../../sway-utils" }
|
sway-utils = { version = "0.17.0", 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.16.2"
|
version = "0.17.0"
|
||||||
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.16.2", path = "../../sway-lsp" }
|
sway-lsp = { version = "0.17.0", 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.16.2"
|
version = "0.17.0"
|
||||||
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.16.2", path = "../sway-core" }
|
sway-core = { version = "0.17.0", path = "../sway-core" }
|
||||||
sway-types = { version = "0.16.2", path = "../sway-types" }
|
sway-types = { version = "0.17.0", path = "../sway-types" }
|
||||||
sway-utils = { version = "0.16.2", path = "../sway-utils" }
|
sway-utils = { version = "0.17.0", 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.16.2"
|
version = "0.17.0"
|
||||||
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,8 +21,8 @@ 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.16.2", path = "../forc-pkg" }
|
forc-pkg = { version = "0.17.0", path = "../forc-pkg" }
|
||||||
forc-util = { version = "0.16.2", path = "../forc-util" }
|
forc-util = { version = "0.17.0", path = "../forc-util" }
|
||||||
fs_extra = "1.2"
|
fs_extra = "1.2"
|
||||||
fuel-asm = "0.6"
|
fuel-asm = "0.6"
|
||||||
fuel-crypto = "0.5"
|
fuel-crypto = "0.5"
|
||||||
|
@ -33,9 +33,9 @@ futures = "0.3"
|
||||||
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.16.2", path = "../sway-core" }
|
sway-core = { version = "0.17.0", path = "../sway-core" }
|
||||||
sway-types = { version = "0.16.2", path = "../sway-types" }
|
sway-types = { version = "0.17.0", path = "../sway-types" }
|
||||||
sway-utils = { version = "0.16.2", path = "../sway-utils" }
|
sway-utils = { version = "0.17.0", path = "../sway-utils" }
|
||||||
term-table = "1.3"
|
term-table = "1.3"
|
||||||
tokio = { version = "1.8.0", features = ["macros", "rt-multi-thread", "process"] }
|
tokio = { version = "1.8.0", features = ["macros", "rt-multi-thread", "process"] }
|
||||||
toml = "0.5"
|
toml = "0.5"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sway-core"
|
name = "sway-core"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
authors = ["Fuel Labs <contact@fuel.sh>"]
|
authors = ["Fuel Labs <contact@fuel.sh>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://fuel.network/"
|
homepage = "https://fuel.network/"
|
||||||
|
@ -29,10 +29,10 @@ regex = "1"
|
||||||
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-ir = { version = "0.16.2", path = "../sway-ir" }
|
sway-ir = { version = "0.17.0", path = "../sway-ir" }
|
||||||
sway-parse = { version = "0.16.2", path = "../sway-parse" }
|
sway-parse = { version = "0.17.0", path = "../sway-parse" }
|
||||||
sway-types = { version = "0.16.2", path = "../sway-types" }
|
sway-types = { version = "0.17.0", path = "../sway-types" }
|
||||||
sway-utils = { version = "0.16.2", path = "../sway-utils" }
|
sway-utils = { version = "0.17.0", 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.16.2"
|
version = "0.17.0"
|
||||||
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,11 +11,11 @@ description = "Sway sway-fmt-v2."
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
forc-util = { version = "0.16.2", path = "../forc-util" }
|
forc-util = { version = "0.17.0", path = "../forc-util" }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_ignored = "0.1"
|
serde_ignored = "0.1"
|
||||||
sway-core = { version = "0.16.2", path = "../sway-core" }
|
sway-core = { version = "0.17.0", path = "../sway-core" }
|
||||||
sway-parse = { version = "0.16.2", path = "../sway-parse" }
|
sway-parse = { version = "0.17.0", path = "../sway-parse" }
|
||||||
sway-types = { version = "0.16.2", path = "../sway-types" }
|
sway-types = { version = "0.17.0", 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.16.2"
|
version = "0.17.0"
|
||||||
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.16.2", path = "../sway-core" }
|
sway-core = { version = "0.17.0", path = "../sway-core" }
|
||||||
sway-types = { version = "0.16.2", path = "../sway-types" }
|
sway-types = { version = "0.17.0", path = "../sway-types" }
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sway-ir"
|
name = "sway-ir"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
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,5 +12,5 @@ description = "Sway intermediate representation."
|
||||||
filecheck = "0.5"
|
filecheck = "0.5"
|
||||||
generational-arena = "0.2"
|
generational-arena = "0.2"
|
||||||
peg = "0.7"
|
peg = "0.7"
|
||||||
sway-types = { version = "0.16.2", path = "../sway-types" }
|
sway-types = { version = "0.17.0", path = "../sway-types" }
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sway-lsp"
|
name = "sway-lsp"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
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 = { version = "0.16.2", path = "../forc" }
|
forc = { version = "0.17.0", path = "../forc" }
|
||||||
forc-pkg = { version = "0.16.2", path = "../forc-pkg" }
|
forc-pkg = { version = "0.17.0", path = "../forc-pkg" }
|
||||||
forc-util = { version = "0.16.2", path = "../forc-util" }
|
forc-util = { version = "0.17.0", path = "../forc-util" }
|
||||||
ropey = "1.2"
|
ropey = "1.2"
|
||||||
serde_json = "1.0.60"
|
serde_json = "1.0.60"
|
||||||
sway-core = { version = "0.16.2", path = "../sway-core" }
|
sway-core = { version = "0.17.0", path = "../sway-core" }
|
||||||
sway-fmt = { version = "0.16.2", path = "../sway-fmt" }
|
sway-fmt = { version = "0.17.0", path = "../sway-fmt" }
|
||||||
sway-types = { version = "0.16.2", path = "../sway-types" }
|
sway-types = { version = "0.17.0", path = "../sway-types" }
|
||||||
sway-utils = { version = "0.16.2", path = "../sway-utils" }
|
sway-utils = { version = "0.17.0", 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.16.0"
|
tower-lsp = "0.16.0"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sway-parse"
|
name = "sway-parse"
|
||||||
version = "0.16.2"
|
version = "0.17.0"
|
||||||
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,6 +13,6 @@ 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-types = { version = "0.16.2", path = "../sway-types" }
|
sway-types = { version = "0.17.0", 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.16.2"
|
version = "0.17.0"
|
||||||
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.16.2"
|
version = "0.17.0"
|
||||||
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