Skip to content

Commit

Permalink
release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Mar 28, 2023
1 parent 4d0b97d commit 8d420cc
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

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

[package]
name = "client_side_validation"
version = "0.10.0-rc.1"
version = "0.10.0"
description = "Client-side validation foundation library"
keywords = ["lnp-bp", "smart-contracts", "blockchain"]
categories = ["cryptography"]
Expand All @@ -38,8 +38,8 @@ name = "client_side_validation"
path = "src/lib.rs"

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

[features]
Expand Down
8 changes: 4 additions & 4 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.0-rc.2"
version = "0.10.0"
description = "Commit-verify API for client-side validation"
keywords = ["lnp-bp", "smart-contracts", "blockchain", "commitments"]
categories = ["cryptography"]
Expand All @@ -21,9 +21,9 @@ name = "commit-stl"
required-features = ["stl"]

[dependencies]
amplify = { version = "4.0.0-beta.19", features = ["hex", "apfloat"] }
strict_encoding = "2.0.0-rc.2"
strict_types = { version = "1.0.0-beta.4", optional = true }
amplify = { version = "4.0.0-beta.20", features = ["hex", "apfloat"] }
strict_encoding = "2.0.0"
strict_types = { version = "1.0.0-rc.1", optional = true }
rand = { version = "0.8.5", optional = true }
serde_crate = { version = "1.0", package = "serde", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion single_use_seals/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "single_use_seals"
version = "0.10.0-rc.1"
version = "0.10.0"
description = "Single-use-seals foundation API"
keywords = ["lnp-bp", "smart-contracts", "blockchain", "single-use-seals"]
categories = ["cryptography"]
Expand Down

0 comments on commit 8d420cc

Please sign in to comment.