1
1
[package ]
2
2
name = " forc-client"
3
- version = " 0.35.4 "
3
+ version = " 0.35.5 "
4
4
authors = [" Fuel Labs <contact@fuel.sh>" ]
5
5
edition = " 2021"
6
6
homepage = " https://fuel.network/"
@@ -14,11 +14,11 @@ async-trait = "0.1.58"
14
14
chrono = { version = " 0.4" , default-features = false , features = [" std" ] }
15
15
clap = { version = " 3" , features = [" derive" , " env" ] }
16
16
devault = " 0.1"
17
- forc = { version = " 0.35.4 " , path = " ../../forc" }
18
- forc-pkg = { version = " 0.35.4 " , path = " ../../forc-pkg" }
19
- forc-tracing = { version = " 0.35.4 " , path = " ../../forc-tracing" }
20
- forc-tx = { version = " 0.35.4 " , path = " ../forc-tx" }
21
- forc-util = { version = " 0.35.4 " , path = " ../../forc-util" }
17
+ forc = { version = " 0.35.5 " , path = " ../../forc" }
18
+ forc-pkg = { version = " 0.35.5 " , path = " ../../forc-pkg" }
19
+ forc-tracing = { version = " 0.35.5 " , path = " ../../forc-tracing" }
20
+ forc-tx = { version = " 0.35.5 " , path = " ../forc-tx" }
21
+ forc-util = { version = " 0.35.5 " , path = " ../../forc-util" }
22
22
fuel-core-client = { workspace = true , default-features = false }
23
23
fuel-crypto = { workspace = true }
24
24
fuel-tx = { workspace = true , features = [" builder" ] }
@@ -31,9 +31,9 @@ hex = "0.4.3"
31
31
rand = " 0.8"
32
32
serde = " 1.0"
33
33
serde_json = " 1"
34
- sway-core = { version = " 0.35.4 " , path = " ../../sway-core" }
35
- sway-types = { version = " 0.35.4 " , path = " ../../sway-types" }
36
- sway-utils = { version = " 0.35.4 " , path = " ../../sway-utils" }
34
+ sway-core = { version = " 0.35.5 " , path = " ../../sway-core" }
35
+ sway-types = { version = " 0.35.5 " , path = " ../../sway-types" }
36
+ sway-utils = { version = " 0.35.5 " , path = " ../../sway-utils" }
37
37
tokio = { version = " 1.8" , features = [" macros" , " rt-multi-thread" , " process" ] }
38
38
tracing = " 0.1"
39
39
0 commit comments