Skip to content

Commit 76b3cde

Browse files
authored
Merge pull request #189 from LNP-BP/v0.12
Release v0.12.0-beta.5
2 parents 43cd9b5 + 08548fa commit 76b3cde

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ default-members = [
1313
]
1414

1515
[workspace.package]
16-
version = "0.12.0-beta.4"
16+
version = "0.12.0-beta.5"
1717
authors = ["Dr Maxim Orlovsky <[email protected]>"]
1818
homepage = "https://github.com/LNP-BP"
1919
repository = "https://github.com/LNP-BP/client_side_validation"
@@ -24,7 +24,7 @@ license = "Apache-2.0"
2424
[workspace.dependencies]
2525
amplify = "~4.8.0"
2626
strict_encoding = "~2.8.1"
27-
strict_types = "~2.8.1"
27+
strict_types = "~2.8.2"
2828
serde = { version = "1", features = ["derive"] }
2929

3030
[package]
@@ -47,8 +47,8 @@ name = "client_side_validation"
4747
path = "src/lib.rs"
4848

4949
[dependencies]
50-
commit_verify = { version = "0.12.0-beta.4", path = "./commit_verify", default-features = false }
51-
single_use_seals = { version = "0.12.0-beta.4", path = "./single_use_seals", features = ["strict_encoding"] }
50+
commit_verify = { version = "0.12.0-beta.5", path = "./commit_verify", default-features = false }
51+
single_use_seals = { version = "0.12.0-beta.5", path = "./single_use_seals", features = ["strict_encoding"] }
5252
serde = { workspace = true, optional = true }
5353

5454
[features]

0 commit comments

Comments
 (0)