File tree Expand file tree Collapse file tree 4 files changed +52
-62
lines changed
Expand file tree Collapse file tree 4 files changed +52
-62
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,3 @@ exclude = [
1313givre = { path = " ./givre" }
1414
1515round-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"
Original file line number Diff line number Diff line change @@ -40,9 +40,7 @@ default = ["std"]
4040std = [
4141 " key-share/std" ,
4242 " cggmp21-keygen?/std" ,
43- " round-based?/std" ,
4443 " serde?/std" ,
45- " hd-wallet?/std"
4644]
4745
4846cggmp21-keygen = [" dep:cggmp21-keygen" ]
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments