Skip to content

Commit 5a3fd98

Browse files
committed
Patch ffi payjoin-directory dependency
This patch changes the dependency from using a published version from crates.io to using a local path dependency. This ensures that we can still compile the ffi crate with newer versions of the test-utils (which depends on payjoin-directory) even if the newer versions of the workspace dependencies are not available on crates.io.
1 parent c3f1ce2 commit 5a3fd98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

payjoin-ffi/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ strip = true
5959
[patch.crates-io]
6060
payjoin = { path = "../payjoin" }
6161
payjoin-test-utils = { path = "../payjoin-test-utils" }
62+
payjoin-directory = { path = "../payjoin-directory" }

0 commit comments

Comments
 (0)