Skip to content

Commit ab572d4

Browse files
committed
Remove patch sections
We use `path =` in all the manifests to pick up local deps. No need for the `patch` section anymore.
1 parent 4661576 commit ab572d4

2 files changed

Lines changed: 0 additions & 25 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,3 @@
22
members = ["bitcoind", "bitreq", "client", "fuzz", "jsonrpc", "types"]
33
exclude = ["integration_test", "verify", "electrsd"]
44
resolver = "2"
5-
6-
[patch.crates-io.corepc-client]
7-
path = "client"
8-
9-
[patch.crates-io.jsonrpc]
10-
path = "jsonrpc"
11-
12-
[patch.crates-io.bitcoind]
13-
path = "bitcoind"
14-
15-
[patch.crates-io.corepc-types]
16-
path = "types"

integration_test/Cargo.toml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,3 @@ rand = "0.8.5"
6969
types = { package = "corepc-types", version = "0.11.0", path = "../types", features = ["serde-deny-unknown-fields"] }
7070

7171
[dev-dependencies]
72-
73-
74-
[patch.crates-io.corepc-client]
75-
path = "../client"
76-
77-
[patch.crates-io.jsonrpc]
78-
path = "../jsonrpc"
79-
80-
[patch.crates-io.bitcoind]
81-
path = "../bitcoind"
82-
83-
[patch.crates-io.corepc-types]
84-
path = "../types"

0 commit comments

Comments
 (0)