Skip to content

Commit

Permalink
chore: bump fuel-core to v0.27.0 (#6090)
Browse files Browse the repository at this point in the history
## Description

Updates sdk used to v0.63.0 also updates fuel-core to v0.27.0 and
forc-wallet to v0.8.0.
  • Loading branch information
kayagokalp authored Jun 6, 2024
1 parent e1fcf98 commit d102972
Show file tree
Hide file tree
Showing 8 changed files with 190 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 d102972

Please sign in to comment.