1
1
[package ]
2
2
name = " forc"
3
- version = " 0.7 .0"
3
+ version = " 0.8 .0"
4
4
authors = [" Fuel Labs <contact@fuel.sh>" ]
5
5
edition = " 2021"
6
6
homepage = " https://fuel.network/"
@@ -13,8 +13,8 @@ annotate-snippets = { version = "0.9", features = ["color"] }
13
13
anyhow = " 1.0.41"
14
14
clap = { version = " 3.1" , features = [" env" , " derive" ] }
15
15
clap_complete = " 3.1"
16
- forc-pkg = { version = " 0.7 .0" , path = " ../forc-pkg" }
17
- forc-util = { version = " 0.7 .0" , path = " ../forc-util" }
16
+ forc-pkg = { version = " 0.8 .0" , path = " ../forc-pkg" }
17
+ forc-util = { version = " 0.8 .0" , path = " ../forc-util" }
18
18
fuel-asm = " 0.2"
19
19
fuel-gql-client = { version = " 0.4" , default-features = false }
20
20
fuel-tx = " 0.6"
@@ -25,11 +25,11 @@ prettydiff = "0.5.0"
25
25
reqwest = { version = " 0.11.4" , default-features = false , features = [" json" , " rustls-tls" ] }
26
26
serde = {version = " 1.0" , features = [" derive" ]}
27
27
serde_json = " 1.0.73"
28
- sway-core = { version = " 0.7 .0" , path = " ../sway-core" }
29
- sway-fmt = { version = " 0.7 .0" , path = " ../sway-fmt" }
30
- sway-lsp = { version = " 0.7 .0" , path = " ../sway-lsp" }
31
- sway-utils = { version = " 0.7 .0" , path = " ../sway-utils" }
32
- sway-types = { version = " 0.7 .0" , path = " ../sway-types" }
28
+ sway-core = { version = " 0.8 .0" , path = " ../sway-core" }
29
+ sway-fmt = { version = " 0.8 .0" , path = " ../sway-fmt" }
30
+ sway-lsp = { version = " 0.8 .0" , path = " ../sway-lsp" }
31
+ sway-utils = { version = " 0.8 .0" , path = " ../sway-utils" }
32
+ sway-types = { version = " 0.8 .0" , path = " ../sway-types" }
33
33
taplo = " 0.7"
34
34
tar = " 0.4.35"
35
35
term-table = " 1.3"
0 commit comments