Skip to content

Commit 33320b9

Browse files
authored
Merge pull request #99 from dfns/bump-cggmp21
Update cggmp21 deps, bump version
2 parents 5c90f44 + 0ac5c60 commit 33320b9

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cggmp21/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.2.1
4+
* Bump key-share to `^0.2.3` [#99]
5+
6+
[#99]: https://github.com/dfns/cggmp21/pull/99
7+
38
## v0.2.0
49
* Add support of HD wallets compatible with BIP-32 and SLIP-10 [#68],
510
[#74], [#75]

cggmp21/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cggmp21"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "TSS ECDSA implementation based on CGGMP21 paper"
@@ -13,7 +13,7 @@ readme = "../README.md"
1313

1414
[dependencies]
1515
cggmp21-keygen = { path = "../cggmp21-keygen", version = "0.1" }
16-
key-share = { path = "../key-share", version = "0.2", features = ["serde"] }
16+
key-share = { path = "../key-share", version = "0.2.2", features = ["serde"] }
1717

1818
generic-ec = { version = "0.2", features = ["serde", "udigest"] }
1919
generic-ec-zkp = { version = "0.2", features = ["serde", "udigest"] }

0 commit comments

Comments
 (0)