Skip to content

Commit

Permalink
point to revision
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-magnet committed Oct 5, 2024
1 parent 79de549 commit c511298
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ fuels-test-helpers = { version = "0.66.5", path = "./packages/fuels-test-helpers
versions-replacer = { version = "0.66.5", path = "./scripts/versions-replacer", default-features = false }

[patch.crates-io]
fuel-core = { git = "https://github.com/FuelLabs/fuel-core", branch = "feature/predicate-ldc" }
fuel-core-chain-config = { git = "https://github.com/FuelLabs/fuel-core", branch = "feature/predicate-ldc" }
fuel-core-client = { git = "https://github.com/FuelLabs/fuel-core", branch = "feature/predicate-ldc" }
fuel-core-poa = { git = "https://github.com/FuelLabs/fuel-core", branch = "feature/predicate-ldc" }
fuel-core-services = { git = "https://github.com/FuelLabs/fuel-core", branch = "feature/predicate-ldc" }
fuel-core-types = { git = "https://github.com/FuelLabs/fuel-core", branch = "feature/predicate-ldc" }
fuel-core = { git = "https://github.com/FuelLabs/fuel-core", rev = "773226c" }
fuel-core-chain-config = { git = "https://github.com/FuelLabs/fuel-core", rev = "773226c" }
fuel-core-client = { git = "https://github.com/FuelLabs/fuel-core", rev = "773226c" }
fuel-core-poa = { git = "https://github.com/FuelLabs/fuel-core", rev = "773226c" }
fuel-core-services = { git = "https://github.com/FuelLabs/fuel-core", rev = "773226c" }
fuel-core-types = { git = "https://github.com/FuelLabs/fuel-core", rev = "773226c" }

0 comments on commit c511298

Please sign in to comment.