Skip to content

Commit

Permalink
release v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed May 15, 2023
1 parent 317d594 commit d31990c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
17 changes: 10 additions & 7 deletions Cargo.lock

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

8 changes: 2 additions & 6 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.1"
version = "0.10.2"
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.1", path = "./commit_verify", default-features = false }
commit_verify = { version = "0.10.2", 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,7 +55,3 @@ serde = ["serde_crate", "commit_verify/serde"]

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

[patch.crates-io]
strict_encoding = { git = "https://github.com/strict-types/strict-encoding", branch = "stl" }
strict_types = { git = "https://github.com/strict-types/strict-types", branch = "fix/typesys-builder" }
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.1"
version = "0.10.2"
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.1.2"
strict_types = { version = "1.1.1", optional = true }
strict_encoding = "2.2.0"
strict_types = { version = "1.2.0", optional = true }
rand = { version = "0.8.5", optional = true }
serde_crate = { version = "1.0", package = "serde", optional = true }

Expand Down

0 comments on commit d31990c

Please sign in to comment.