Skip to content

Commit

Permalink
chore: bump to use fuel-core v0.31.0 and sdk v0.65.1 (#6252)
Browse files Browse the repository at this point in the history
## Description
Bumps dependencies so that we start to use fuel-core v0.31.0. 

Waiting on:

1. FuelLabs/forc-wallet#197
2. FuelLabs/forc-wallet#196

---------

Co-authored-by: Igor Rončević <[email protected]>
  • Loading branch information
kayagokalp and ironcev committed Jul 17, 2024
1 parent 807d7f4 commit 6204eba
Show file tree
Hide file tree
Showing 12 changed files with 352 additions and 546 deletions.
316 changes: 66 additions & 250 deletions Cargo.lock

Large diffs are not rendered by default.

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

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

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

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

# Dependencies from the `forc-wallet` repository:
forc-wallet = "0.8.1"
forc-wallet = "0.8.2"

# Dependencies from the `fuel-abi-types` repository:
fuel-abi-types = "0.5.0"
fuel-abi-types = "0.5.2"

[workspace.package]
edition = "2021"
Expand Down
Loading

0 comments on commit 6204eba

Please sign in to comment.