Skip to content

Commit 12cdb0e

Browse files
committed
Remove patches
Signed-off-by: Denis Varlakov <[email protected]>
1 parent b841272 commit 12cdb0e

File tree

4 files changed

+52
-62
lines changed

4 files changed

+52
-62
lines changed

Cargo.lock

Lines changed: 52 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,3 @@ exclude = [
1313
givre = { path = "./givre" }
1414

1515
round-based = { version = "0.4", default-features = false }
16-
17-
[patch.crates-io.round-based]
18-
git = "https://github.com/lfdt-lockness/round-based"
19-
branch = "impr-sim"
20-
21-
[patch.crates-io.cggmp21-keygen]
22-
git = "https://github.com/lfdt-lockness/cggmp21"
23-
branch = "update-hd-wallets"
24-
25-
[patch.crates-io.key-share]
26-
git = "https://github.com/lfdt-lockness/cggmp21"
27-
branch = "update-hd-wallets"
28-
29-
[patch.crates-io.hd-wallet]
30-
git = "https://github.com/lfdt-lockness/hd-wallet"
31-
branch = "dt"

givre/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ default = ["std"]
4040
std = [
4141
"key-share/std",
4242
"cggmp21-keygen?/std",
43-
"round-based?/std",
4443
"serde?/std",
45-
"hd-wallet?/std"
4644
]
4745

4846
cggmp21-keygen = ["dep:cggmp21-keygen"]

wasm/no_std/Cargo.toml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,3 @@ features = [
1717
"hd-wallet",
1818
"taproot",
1919
]
20-
21-
[patch.crates-io.round-based]
22-
git = "https://github.com/lfdt-lockness/round-based"
23-
branch = "impr-sim"
24-
25-
[patch.crates-io.cggmp21-keygen]
26-
git = "https://github.com/lfdt-lockness/cggmp21"
27-
branch = "update-hd-wallets"
28-
29-
[patch.crates-io.key-share]
30-
git = "https://github.com/lfdt-lockness/cggmp21"
31-
branch = "update-hd-wallets"
32-
33-
[patch.crates-io.hd-wallet]
34-
git = "https://github.com/lfdt-lockness/hd-wallet"
35-
branch = "dt"

0 commit comments

Comments
 (0)