Skip to content

Commit 9b7242e

Browse files
committed
fdfds
1 parent f246ead commit 9b7242e

File tree

2 files changed

+184
-34
lines changed

2 files changed

+184
-34
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ sway-ir-macros = { path = "sway-ir/sway-ir-macros", version = "0.69.1" }
7373
#
7474

7575
# Dependencies from the `fuel-abi-types` repository:
76-
fuel-abi-types = "0.13"
76+
#fuel-abi-types = "0.13"
77+
fuel-abi-types = { path = "../fuel-abi-types", version = "0.13.0" }
7778

7879
# Dependencies from the `fuel-core` repository:
7980
#
@@ -86,9 +87,13 @@ fuel-core-types = { version = "0.44", default-features = false }
8687

8788
# Dependencies from the `fuels-rs` repository:
8889

89-
fuels = "0.74"
90-
fuels-core = "0.74"
91-
fuels-accounts = "0.74"
90+
#fuels = "0.74"
91+
fuels = { path = "../fuels-rs/packages/fuels", version = "0.75.0" }
92+
#fuels-core = "0.74"
93+
fuels-core = { path = "../fuels-rs/packages/fuels-core", version = "0.75.0" }
94+
#fuels-accounts = "0.74"
95+
fuels-accounts = { path = "../fuels-rs/packages/fuels-accounts", version = "0.75.0" }
96+
9297

9398
# Dependencies from the `fuel-vm` repository:
9499
fuel-asm = "0.62"

0 commit comments

Comments
 (0)