Skip to content

Commit

Permalink
Patch deps in wasm
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Varlakov <[email protected]>
  • Loading branch information
survived committed Nov 28, 2024
1 parent a72c875 commit 9cabd63
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions wasm/no_std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,19 @@ features = [
"hd-wallet",
"taproot",
]

[patch.crates-io.round-based]
git = "https://github.com/lfdt-lockness/round-based"
branch = "impr-sim"

[patch.crates-io.cggmp21-keygen]
git = "https://github.com/lfdt-lockness/cggmp21"
branch = "update-hd-wallets"

[patch.crates-io.key-share]
git = "https://github.com/lfdt-lockness/cggmp21"
branch = "update-hd-wallets"

[patch.crates-io.hd-wallet]
git = "https://github.com/lfdt-lockness/hd-wallet"
branch = "dt"

0 comments on commit 9cabd63

Please sign in to comment.