Skip to content

Commit

Permalink
chore: bump sdk to 0.64.0 to support fuel-core v0.28.0 (#189)
Browse files Browse the repository at this point in the history
Bumps sdk version used to 0.64.0, to support fuel-core v0.28.0
  • Loading branch information
kayagokalp authored Jun 24, 2024
1 parent d8bb6ed commit 4d7e844
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
90 changes: 45 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ eth-keystore = { version = "0.5" }
forc-tracing = "0.47.0"

# Dependencies from the `fuel-vm` repository:
fuel-crypto = { version = "0.50.0" }
fuel-types = { version = "0.50.0" }
fuel-crypto = { version = "0.52.0" }
fuel-types = { version = "0.52.0" }

# Dependencies from the `fuels-rs` repository:
fuels = "0.63.0"
fuels-core = "0.63.0"
fuels = "0.64.0"
fuels-core = "0.64.0"

futures = "0.3"
hex = "0.4"
Expand Down

0 comments on commit 4d7e844

Please sign in to comment.