Skip to content

Commit

Permalink
Bump to fuels 0.33 (FuelLabs#3640)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadfawaz authored Dec 24, 2022
1 parent 0ac0a0a commit 0f1ca16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/sway-test-rs/template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["{{authors}}"]
license = "Apache-2.0"

[dev-dependencies]
fuels = { version = "0.32", features = ["fuel-core-lib"] }
fuels = { version = "0.33", features = ["fuel-core-lib"] }
tokio = { version = "1.12", features = ["rt", "macros"] }

[[test]]
Expand Down
2 changes: 1 addition & 1 deletion test/src/sdk-harness/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fuel-core = { version = "0.15", default-features = false }
fuel-gql-client = { version = "0.15", default-features = false }
fuel-types = "0.5"
fuel-vm = "0.22"
fuels = { version = "0.32", features = ["fuel-core-lib"] }
fuels = { version = "0.33", features = ["fuel-core-lib"] }
hex = "0.4.3"
rand = "0.8"
sha2 = "0.10"
Expand Down

0 comments on commit 0f1ca16

Please sign in to comment.