Skip to content

Commit 69e8faf

Browse files
committed
release v0.10.3
1 parent b8c1704 commit 69e8faf

3 files changed

Lines changed: 63 additions & 68 deletions

File tree

Cargo.lock

Lines changed: 58 additions & 60 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 & 5 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.2"
25+
version = "0.10.3"
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.2", path = "./commit_verify", default-features = false }
43+
commit_verify = { version = "0.10.3", 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

@@ -55,6 +55,3 @@ serde = ["serde_crate", "commit_verify/serde"]
5555

5656
[package.metadata.docs.rs]
5757
features = [ "all" ]
58-
59-
[patch.crates-io]
60-
strict_types = { git = "https://github.com/strict-types/strict-types" }

commit_verify/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "commit_verify"
3-
version = "0.10.2"
3+
version = "0.10.3"
44
description = "Commit-verify API for client-side validation"
55
keywords = ["lnp-bp", "smart-contracts", "blockchain", "commitments"]
66
categories = ["cryptography"]
@@ -24,8 +24,8 @@ required-features = ["stl"]
2424
[dependencies]
2525
amplify = { version = "4.0.0", features = ["hex", "apfloat"] }
2626
commit_encoding_derive = { version = "0.10.0", path = "derive" }
27-
strict_encoding = "2.2.0"
28-
strict_types = { version = "1.2.0", optional = true }
27+
strict_encoding = "2.3.0"
28+
strict_types = { version = "1.3.0", optional = true }
2929
sha2 = "0.10.6"
3030
rand = { version = "0.8.5", optional = true }
3131
serde_crate = { version = "1.0", package = "serde", optional = true }

0 commit comments

Comments
 (0)