Skip to content

Commit

Permalink
release v0.10.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Feb 3, 2023
1 parent ac3c917 commit 873331c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
14 changes: 8 additions & 6 deletions Cargo.lock

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

9 changes: 3 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ default-members = [

[package]
name = "client_side_validation"
version = "0.9.0"
version = "0.10.0-beta.1"
license = "Apache-2.0"
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
description = "Client-side validation foundation library"
Expand All @@ -30,8 +30,8 @@ name = "client_side_validation"
path = "src/lib.rs"

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

[features]
Expand All @@ -43,6 +43,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" }
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.9.0"
version = "0.10.0-beta.1"
license = "Apache-2.0"
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
description = "Commit-verify API for client-side validation"
Expand All @@ -19,7 +19,7 @@ path = "src/lib.rs"
[dependencies]
amplify = { version = "4.0.0-beta.8", features = ["hex", "apfloat"] }
bitcoin_hashes = "0.11.0"
strict_encoding = "2.0.0-beta.2"
strict_encoding = "2.0.0-beta.5"
rand = { version = "0.8.5", optional = true }
serde_crate = { version = "1.0", package = "serde", optional = true }

Expand Down
4 changes: 2 additions & 2 deletions 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.9.0"
version = "0.10.0-beta.1"
license = "Apache-2.0"
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
description = "Single-use-seals foundation API"
Expand All @@ -18,7 +18,7 @@ path = "src/lib.rs"

[dependencies]
amplify_derive = "4.0.0-alpha.3"
async-trait = { version = "0.1.57", optional = true }
async-trait = { version = "0.1.64", optional = true }

[features]
default = []
Expand Down

0 comments on commit 873331c

Please sign in to comment.