Skip to content

Commit 6746486

Browse files
committed
chore: release v0.12.0-beta.4
1 parent cbc34ff commit 6746486

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

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

Cargo.toml

+3-3
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.1"
16+
version = "0.12.0-beta.4"
1717
authors = ["Dr Maxim Orlovsky <[email protected]>"]
1818
homepage = "https://github.com/LNP-BP"
1919
repository = "https://github.com/LNP-BP/client_side_validation"
@@ -47,8 +47,8 @@ name = "client_side_validation"
4747
path = "src/lib.rs"
4848

4949
[dependencies]
50-
commit_verify = { version = "0.12.0-beta.1", path = "./commit_verify", default-features = false }
51-
single_use_seals = { version = "0.12.0-beta.1", path = "./single_use_seals", features = ["strict_encoding"] }
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"] }
5252
serde = { workspace = true, optional = true }
5353

5454
[features]

commit_verify/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ amplify = { workspace = true }
2626
strict_encoding = { workspace = true }
2727
strict_types = { workspace = true }
2828
vesper-lang = "0.2.1"
29-
commit_encoding_derive = { version = "0.12.0-beta.1", path = "derive" }
29+
commit_encoding_derive = { version = "0.12.0-beta.4", path = "derive" }
3030
sha2 = "0.10.8"
3131
ripemd = "0.1.3"
3232
rand = { version = "0.8.5", optional = true }

0 commit comments

Comments
 (0)