Skip to content

Commit

Permalink
Update default Forc manifest Fuel dependencies. (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerjohn authored Mar 21, 2022
1 parent 73b0ff8 commit 01eba06
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions forc/src/utils/defaults.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ name = "{project_name}"
version = "0.1.0"
[dependencies]
fuel-gql-client = {{ version = "0.2", default-features = false }}
fuel-tx = "0.3"
fuels-abigen-macro = "0.3"
fuels-contract = "0.3"
fuels-core = "0.3"
fuel-gql-client = {{ version = "0.4", default-features = false }}
fuel-tx = "0.6"
fuels-abigen-macro = "0.6"
fuels-contract = "0.6"
fuels-core = "0.6"
rand = "0.8"
tokio = {{ version = "1.12", features = ["rt", "macros"] }}
Expand Down

0 comments on commit 01eba06

Please sign in to comment.