Skip to content

Commit

Permalink
chore: use fuel-core 0.35.0 and sdk 0.66.4 (#6506)
Browse files Browse the repository at this point in the history
## Description

Updates the sdk version to 0.66.4 mainly for getting the sdk [fix for
blobed code behind
proxy](FuelLabs/fuels-rs@fc6eb56).
Also updates the fuel-core version used to 0.35.0 as this is the latest
version testnet is using.
  • Loading branch information
kayagokalp authored Sep 6, 2024
1 parent 6fdc598 commit 1152127
Show file tree
Hide file tree
Showing 5 changed files with 754 additions and 92 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_VERSION }}
targets: "x86_64-unknown-linux-gnu, wasm32-unknown-unknown"
- uses: buildjet/cache@v3
with:
path: |
Expand Down
63 changes: 34 additions & 29 deletions Cargo.lock

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

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

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

# Dependencies from the `fuel-vm` repository:
fuel-asm = "0.56.0"
Expand All @@ -45,9 +45,9 @@ fuel-tx = "0.56.0"
fuel-vm = "0.56.0"

# Dependencies from the `fuels-rs` repository:
fuels-core = "0.66.1"
fuels-accounts = "0.66.1"
fuels = "0.66.1"
fuels-core = "0.66.4"
fuels-accounts = "0.66.4"
fuels = "0.66.4"

# Dependencies from the `forc-wallet` repository:
forc-wallet = "0.9.0"
Expand Down
Loading

0 comments on commit 1152127

Please sign in to comment.