Skip to content

Commit 1a1a915

Browse files
committed
add residue residue share type
Signed-off-by: Michael Lodder <mike@litprotocol.com>
1 parent 562f4b7 commit 1a1a915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT"
1010
name = "vsss-rs"
1111
readme = "README.md"
1212
repository = "https://github.com/mikelodder7/vsss-rs"
13-
version = "5.0.0"
13+
version = "5.1.0"
1414

1515
[features]
1616
default = ["bigint", "primitive", "serde", "std", "zeroize"]
@@ -53,4 +53,4 @@ serde_bare = "0.5"
5353
serde_cbor = "0.11.2"
5454
serde_json = "1.0"
5555
sha2 = "0.10"
56-
x25519-dalek = { version = "2", features = ["static_secrets"] }
56+
x25519-dalek = { version = "2", features = ["static_secrets"] }

0 commit comments

Comments
 (0)