Skip to content

Commit

Permalink
Remove patches
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Varlakov <[email protected]>
  • Loading branch information
survived committed Dec 13, 2024
1 parent b841272 commit 12cdb0e
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 62 deletions.
80 changes: 52 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,3 @@ exclude = [
givre = { path = "./givre" }

round-based = { version = "0.4", default-features = false }

[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"
2 changes: 0 additions & 2 deletions givre/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ default = ["std"]
std = [
"key-share/std",
"cggmp21-keygen?/std",
"round-based?/std",
"serde?/std",
"hd-wallet?/std"
]

cggmp21-keygen = ["dep:cggmp21-keygen"]
Expand Down
16 changes: 0 additions & 16 deletions wasm/no_std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,3 @@ 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 12cdb0e

Please sign in to comment.