Skip to content

Commit 873331c

Browse files
committed
release v0.10.0-beta.1
1 parent ac3c917 commit 873331c

4 files changed

Lines changed: 15 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ default-members = [
1212

1313
[package]
1414
name = "client_side_validation"
15-
version = "0.9.0"
15+
version = "0.10.0-beta.1"
1616
license = "Apache-2.0"
1717
authors = ["Dr. Maxim Orlovsky <orlovsky@lnp-bp.org>"]
1818
description = "Client-side validation foundation library"
@@ -30,8 +30,8 @@ name = "client_side_validation"
3030
path = "src/lib.rs"
3131

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

3737
[features]
@@ -43,6 +43,3 @@ serde = ["serde_crate", "commit_verify/serde"]
4343

4444
[package.metadata.docs.rs]
4545
features = [ "all" ]
46-
47-
[patch.crates-io]
48-
strict_encoding = { git = "https://github.com/strict-types/strict-encoding" }

commit_verify/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "commit_verify"
3-
version = "0.9.0"
3+
version = "0.10.0-beta.1"
44
license = "Apache-2.0"
55
authors = ["Dr. Maxim Orlovsky <orlovsky@lnp-bp.org>"]
66
description = "Commit-verify API for client-side validation"
@@ -19,7 +19,7 @@ path = "src/lib.rs"
1919
[dependencies]
2020
amplify = { version = "4.0.0-beta.8", features = ["hex", "apfloat"] }
2121
bitcoin_hashes = "0.11.0"
22-
strict_encoding = "2.0.0-beta.2"
22+
strict_encoding = "2.0.0-beta.5"
2323
rand = { version = "0.8.5", optional = true }
2424
serde_crate = { version = "1.0", package = "serde", optional = true }
2525

single_use_seals/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "single_use_seals"
3-
version = "0.9.0"
3+
version = "0.10.0-beta.1"
44
license = "Apache-2.0"
55
authors = ["Dr. Maxim Orlovsky <orlovsky@lnp-bp.org>"]
66
description = "Single-use-seals foundation API"
@@ -18,7 +18,7 @@ path = "src/lib.rs"
1818

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

2323
[features]
2424
default = []

0 commit comments

Comments
 (0)