mirror of
https://github.com/FuelLabs/sway.git
synced 2025-08-09 21:28:17 +00:00
parent
926753ab88
commit
6a8116fcee
18 changed files with 83 additions and 83 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "forc"
|
||||
version = "0.20.1"
|
||||
version = "0.20.2"
|
||||
authors = ["Fuel Labs <contact@fuel.sh>"]
|
||||
edition = "2021"
|
||||
homepage = "https://fuel.network/"
|
||||
|
@ -21,16 +21,16 @@ 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.20.1", path = "../forc-pkg" }
|
||||
forc-util = { version = "0.20.1", path = "../forc-util" }
|
||||
forc-pkg = { version = "0.20.2", path = "../forc-pkg" }
|
||||
forc-util = { version = "0.20.2", path = "../forc-util" }
|
||||
fs_extra = "1.2"
|
||||
fuel-asm = "0.6"
|
||||
hex = "0.4.3"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0.73"
|
||||
sway-core = { version = "0.20.1", path = "../sway-core" }
|
||||
sway-types = { version = "0.20.1", path = "../sway-types" }
|
||||
sway-utils = { version = "0.20.1", path = "../sway-utils" }
|
||||
sway-core = { version = "0.20.2", path = "../sway-core" }
|
||||
sway-types = { version = "0.20.2", path = "../sway-types" }
|
||||
sway-utils = { version = "0.20.2", path = "../sway-utils" }
|
||||
term-table = "1.3"
|
||||
tokio = { version = "1.8.0", features = ["macros", "rt-multi-thread"] }
|
||||
toml = "0.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue