Skip to content

Commit

Permalink
Merge 91222ee into e1fcf98
Browse files Browse the repository at this point in the history
  • Loading branch information
kayagokalp authored Jun 5, 2024
2 parents e1fcf98 + 91222ee commit e096f7d
Show file tree
Hide file tree
Showing 8 changed files with 191 additions and 134 deletions.
99 changes: 50 additions & 49 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@ exclude = [

[workspace.dependencies]
# Dependencies from the `fuel-core` repository:
fuel-core-client = { version = "0.26.0", default-features = false }
fuel-core-types = { version = "0.26.0", default-features = false }
fuel-core-client = { version = "0.27.0", default-features = false }
fuel-core-types = { version = "0.27.0", default-features = false }

# Dependencies from the `fuel-vm` repository:
fuel-asm = "0.49.0"
fuel-crypto = "0.49.0"
fuel-types = "0.49.0"
fuel-tx = "0.49.0"
fuel-vm = "0.49.0"
fuel-asm = "0.50.0"
fuel-crypto = "0.50.0"
fuel-types = "0.50.0"
fuel-tx = "0.50.0"
fuel-vm = "0.50.0"

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

# Dependencies from the `forc-wallet` repository:
forc-wallet = "0.7.1"
forc-wallet = "0.8.0"

# Dependencies from the `fuel-abi-types` repository:
fuel-abi-types = "0.5.0"
Expand Down
Loading

0 comments on commit e096f7d

Please sign in to comment.