1
1
[package ]
2
2
name = " forc"
3
- version = " 0.13.1 "
3
+ version = " 0.13.2 "
4
4
authors = [" Fuel Labs <contact@fuel.sh>" ]
5
5
edition = " 2021"
6
6
homepage = " https://fuel.network/"
@@ -21,8 +21,8 @@ annotate-snippets = { version = "0.9", features = ["color"] }
21
21
anyhow = " 1.0.41"
22
22
clap = { version = " 3.1" , features = [" cargo" , " derive" , " env" ] }
23
23
clap_complete = " 3.1"
24
- forc-pkg = { version = " 0.13.1 " , path = " ../forc-pkg" }
25
- forc-util = { version = " 0.13.1 " , path = " ../forc-util" }
24
+ forc-pkg = { version = " 0.13.2 " , path = " ../forc-pkg" }
25
+ forc-util = { version = " 0.13.2 " , path = " ../forc-util" }
26
26
fs_extra = " 1.2"
27
27
fuel-asm = " 0.5"
28
28
fuel-gql-client = { version = " 0.6" , default-features = false }
@@ -32,9 +32,9 @@ futures = "0.3"
32
32
hex = " 0.4.3"
33
33
serde = { version = " 1.0" , features = [" derive" ] }
34
34
serde_json = " 1.0.73"
35
- sway-core = { version = " 0.13.1 " , path = " ../sway-core" }
36
- sway-types = { version = " 0.13.1 " , path = " ../sway-types" }
37
- sway-utils = { version = " 0.13.1 " , path = " ../sway-utils" }
35
+ sway-core = { version = " 0.13.2 " , path = " ../sway-core" }
36
+ sway-types = { version = " 0.13.2 " , path = " ../sway-types" }
37
+ sway-utils = { version = " 0.13.2 " , path = " ../sway-utils" }
38
38
term-table = " 1.3"
39
39
tokio = { version = " 1.8.0" , features = [" macros" , " rt-multi-thread" , " process" ] }
40
40
toml = " 0.5"
0 commit comments