Skip to content

Commit

Permalink
release v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jun 16, 2023
1 parent b8c1704 commit 69e8faf
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 68 deletions.
118 changes: 58 additions & 60 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ license = "Apache-2.0"

[package]
name = "client_side_validation"
version = "0.10.2"
version = "0.10.3"
description = "Client-side validation foundation library"
keywords = ["lnp-bp", "smart-contracts", "blockchain"]
categories = ["cryptography"]
Expand All @@ -40,7 +40,7 @@ name = "client_side_validation"
path = "src/lib.rs"

[dependencies]
commit_verify = { version = "0.10.2", path = "./commit_verify", default-features = false }
commit_verify = { version = "0.10.3", path = "./commit_verify", default-features = false }
single_use_seals = { version = "0.10.0", path = "./single_use_seals" }
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }

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

[package.metadata.docs.rs]
features = [ "all" ]

[patch.crates-io]
strict_types = { git = "https://github.com/strict-types/strict-types" }
6 changes: 3 additions & 3 deletions commit_verify/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "commit_verify"
version = "0.10.2"
version = "0.10.3"
description = "Commit-verify API for client-side validation"
keywords = ["lnp-bp", "smart-contracts", "blockchain", "commitments"]
categories = ["cryptography"]
Expand All @@ -24,8 +24,8 @@ required-features = ["stl"]
[dependencies]
amplify = { version = "4.0.0", features = ["hex", "apfloat"] }
commit_encoding_derive = { version = "0.10.0", path = "derive" }
strict_encoding = "2.2.0"
strict_types = { version = "1.2.0", optional = true }
strict_encoding = "2.3.0"
strict_types = { version = "1.3.0", optional = true }
sha2 = "0.10.6"
rand = { version = "0.8.5", optional = true }
serde_crate = { version = "1.0", package = "serde", optional = true }
Expand Down

0 comments on commit 69e8faf

Please sign in to comment.