Skip to content

Commit

Permalink
Fix formatting and ordering. (FuelLabs#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerjohn authored Jan 1, 2022
1 parent 05b308e commit bd0c589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forc/src/utils/defaults.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ entry = "main.sw"
license = "Apache-2.0"
[dependencies]
std = {{ git = "http://github.com/FuelLabs/sway-lib-std" }}
core = {{ git = "http://github.com/FuelLabs/sway-lib-core" }}
std = {{ git = "http://github.com/FuelLabs/sway-lib-std" }}
"#,
project_name, real_name,
)
Expand All @@ -34,13 +34,13 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
tokio = {{ version = "1.12", features = ["rt", "macros"] }}
fuels-abigen-macro = "0.1"
fuels-core = "0.1"
fuels-rs = "0.1"
fuel-gql-client = {{ version = "0.1", default-features = false }}
fuel-tx = "0.1"
rand = "0.8"
tokio = {{ version = "1.12", features = ["rt", "macros"] }}
[[test]]
name = "integration_tests"
Expand Down

0 comments on commit bd0c589

Please sign in to comment.