Skip to content

Commit 919f8b7

Browse files
committed
release v0.10.4
1 parent db6941d commit 919f8b7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ license = "Apache-2.0"
2222

2323
[package]
2424
name = "client_side_validation"
25-
version = "0.10.3"
25+
version = "0.10.4"
2626
description = "Client-side validation foundation library"
2727
keywords = ["lnp-bp", "smart-contracts", "blockchain"]
2828
categories = ["cryptography"]
@@ -40,7 +40,7 @@ name = "client_side_validation"
4040
path = "src/lib.rs"
4141

4242
[dependencies]
43-
commit_verify = { version = "0.10.3", path = "./commit_verify", default-features = false }
43+
commit_verify = { version = "0.10.4", path = "./commit_verify", default-features = false }
4444
single_use_seals = { version = "0.10.0", path = "./single_use_seals" }
4545
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }
4646

commit_verify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "commit_verify"
3-
version = "0.10.3"
3+
version = "0.10.4"
44
description = "Commit-verify API for client-side validation"
55
keywords = ["lnp-bp", "smart-contracts", "blockchain", "commitments"]
66
categories = ["cryptography"]

0 commit comments

Comments
 (0)