Skip to content

Commit

Permalink
Release 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jun 13, 2022
1 parent be8ccd4 commit 1096c05
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 65 deletions.
121 changes: 63 additions & 58 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "client_side_validation"
version = "0.7.0-rc.1"
version = "0.7.0"
license = "Apache-2.0"
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
description = "Client-side validation foundation library"
Expand All @@ -17,9 +17,9 @@ name = "client_side_validation"
path = "src/lib.rs"

[dependencies]
strict_encoding = { version = ">=1.8.0-rc.4", path = "./strict_encoding" }
commit_verify = { version = "0.7.0-rc.1", path = "./commit_verify" }
single_use_seals = { version = "0.7.0-rc.1", path = "./single_use_seals" }
strict_encoding = { version = "1.8.8", path = "./strict_encoding" }
commit_verify = { version = "0.7.0", path = "./commit_verify" }
single_use_seals = { version = "0.7.0", path = "./single_use_seals" }

[dev-dependencies]
async-trait = "0.1.51"
Expand Down
4 changes: 2 additions & 2 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.7.0-rc.6"
version = "0.7.0"
license = "Apache-2.0"
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
description = "Commit-verify API for client-side validation"
Expand All @@ -18,7 +18,7 @@ path = "src/lib.rs"
[dependencies]
amplify = { version = "3.12.0", features = ["hex"] }
bitcoin_hashes = "0.10"
strict_encoding = { version = "1.8.0-rc.1", path = "../strict_encoding" }
strict_encoding = { version = "1.8.8", path = "../strict_encoding" }
rand = { version = "0.8.4", optional = true }
serde_crate = { version = "1", package = "serde", optional = true }
serde_with = { version = "1.8", optional = true }
Expand Down
Loading

0 comments on commit 1096c05

Please sign in to comment.