Skip to content

Commit

Permalink
dont require fuels to be published to use in abigen macro tests (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
Voxelot committed Apr 29, 2022
1 parent ea81e4e commit 916922f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuels-abigen-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ syn = "1.0.12"
[dev-dependencies]
fuel-core = { version = "0.6", default-features = false }
fuel-gql-client = { version = "0.6", default-features = false }
fuels = { version = "0.10.1", path = "../fuels" }
fuels = { path = "../fuels" }
hex = { version = "0.4.3", default-features = false, features = ["std"] }
sha2 = "0.9.5"
tokio = "1.15.0"

0 comments on commit 916922f

Please sign in to comment.