Skip to content

Commit 1dda54f

Browse files
kayagokalpreleasy
authored andcommitted
add patch table to patch fuel-core dependencies to master
1 parent 870c478 commit 1dda54f

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
@@ -94,3 +94,9 @@ fuels-core = { version = "0.49.0", path = "./packages/fuels-core", default-featu
9494
fuels-macros = { version = "0.49.0", path = "./packages/fuels-macros", default-features = false }
9595
fuels-programs = { version = "0.49.0", path = "./packages/fuels-programs", default-features = false }
9696
fuels-test-helpers = { version = "0.49.0", path = "./packages/fuels-test-helpers", default-features = false }
97+
98+
[patch.crates-io]
99+
fuel-core = { git = "https://github.com/FuelLabs/fuel-core", branch = "master" }
100+
fuel-core-chain-config = { git = "https://github.com/FuelLabs/fuel-core", branch = "master" }
101+
fuel-core-client = { git = "https://github.com/FuelLabs/fuel-core", branch = "master" }
102+
fuel-core-types = { git = "https://github.com/FuelLabs/fuel-core", branch = "master" }

0 commit comments

Comments
 (0)