Skip to content

Commit a2adc44

Browse files
committed
comment the patch deps for CI
1 parent 6f862f6 commit a2adc44

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

Cargo.toml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,15 @@ tokio = { version = "1.36.0", features = ["full", "macros", "rt-multi-thread"] }
5353
tokio-stream = "0.1.17"
5454
url = "2.5.4"
5555

56-
[patch.crates-io]
57-
signet-constants = { path = "../signet-sdk/crates/constants" }
58-
signet-types = { path = "../signet-sdk/crates/types" }
59-
signet-zenith = { path = "../signet-sdk/crates/zenith" }
60-
signet-sim = { path = "../signet-sdk/crates/sim" }
61-
signet-evm = { path = "../signet-sdk/crates/evm" }
62-
signet-extract = { path = "../signet-sdk/crates/extract" }
63-
signet-journal = { path = "../signet-sdk/crates/journal" }
64-
signet-tx-cache = { path = "../signet-sdk/crates/tx-cache" }
65-
signet-bundle = { path = "../signet-sdk/crates/bundle" }
66-
init4-bin-base = { path = "../bin-base" }
56+
# comment / uncomment for local dev
57+
# [patch.crates-io]
58+
# signet-constants = { path = "../signet-sdk/crates/constants" }
59+
# signet-types = { path = "../signet-sdk/crates/types" }
60+
# signet-zenith = { path = "../signet-sdk/crates/zenith" }
61+
# signet-sim = { path = "../signet-sdk/crates/sim" }
62+
# signet-evm = { path = "../signet-sdk/crates/evm" }
63+
# signet-extract = { path = "../signet-sdk/crates/extract" }
64+
# signet-journal = { path = "../signet-sdk/crates/journal" }
65+
# signet-tx-cache = { path = "../signet-sdk/crates/tx-cache" }
66+
# signet-bundle = { path = "../signet-sdk/crates/bundle" }
67+
# init4-bin-base = { path = "../bin-base" }

0 commit comments

Comments
 (0)