Skip to content

Commit 6204eba

Browse files
kayagokalpironcev
andauthored
chore: bump to use fuel-core v0.31.0 and sdk v0.65.1 (#6252)
## 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ć <ironcev@hotmail.com>
1 parent 807d7f4 commit 6204eba

File tree

12 files changed

+352
-546
lines changed

12 files changed

+352
-546
lines changed

Cargo.lock

Lines changed: 66 additions & 250 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,25 @@ exclude = [
3434

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

4040
# Dependencies from the `fuel-vm` repository:
41-
fuel-asm = "0.52.0"
42-
fuel-crypto = "0.52.0"
43-
fuel-types = "0.52.0"
44-
fuel-tx = "0.52.0"
45-
fuel-vm = "0.52.0"
41+
fuel-asm = "0.55.0"
42+
fuel-crypto = "0.55.0"
43+
fuel-types = "0.55.0"
44+
fuel-tx = "0.55.0"
45+
fuel-vm = "0.55.0"
4646

4747
# Dependencies from the `fuels-rs` repository:
48-
fuels-core = "0.64.0"
49-
fuels-accounts = "0.64.0"
48+
fuels-core = "0.65.1"
49+
fuels-accounts = "0.65.1"
5050

5151
# Dependencies from the `forc-wallet` repository:
52-
forc-wallet = "0.8.1"
52+
forc-wallet = "0.8.2"
5353

5454
# Dependencies from the `fuel-abi-types` repository:
55-
fuel-abi-types = "0.5.0"
55+
fuel-abi-types = "0.5.2"
5656

5757
[workspace.package]
5858
edition = "2021"

0 commit comments

Comments
 (0)