Bump to v0.20.2 (#2584)

Bump to v0.20.2
This commit is contained in:
Mohammad Fawaz 2022-08-18 23:40:55 -04:00 committed by GitHub
parent 926753ab88
commit 6a8116fcee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 83 additions and 83 deletions

View file

@ -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"