Skip to content

Commit e934676

Browse files
kayagokalpreleasy
authored andcommitted
add patch table to patch fuel-core dependencies to master
1 parent f91f6d8 commit e934676

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,9 @@ fuels-core = { version = "0.50.1", path = "./packages/fuels-core", default-featu
9696
fuels-macros = { version = "0.50.1", path = "./packages/fuels-macros", default-features = false }
9797
fuels-programs = { version = "0.50.1", path = "./packages/fuels-programs", default-features = false }
9898
fuels-test-helpers = { version = "0.50.1", path = "./packages/fuels-test-helpers", default-features = false }
99+
100+
[patch.crates-io]
101+
fuel-core = { git = "https://github.com/FuelLabs/fuel-core", branch = "master" }
102+
fuel-core-chain-config = { git = "https://github.com/FuelLabs/fuel-core", branch = "master" }
103+
fuel-core-client = { git = "https://github.com/FuelLabs/fuel-core", branch = "master" }
104+
fuel-core-types = { git = "https://github.com/FuelLabs/fuel-core", branch = "master" }

0 commit comments

Comments
 (0)