mirror of
https://github.com/FuelLabs/sway.git
synced 2025-08-10 05:39:05 +00:00
Bump to v0.18.0 (#2268)
This commit is contained in:
parent
5f95c72d77
commit
ada0d294a6
17 changed files with 130 additions and 134 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue