Skip to content

Commit f26f459

Browse files
committed
chore: release v0.12.0-beta.5
1 parent c23f32c commit f26f459

File tree

2 files changed

+21
-22
lines changed

2 files changed

+21
-22
lines changed

Diff for: Cargo.lock

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

Diff for: Cargo.toml

+7-11
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/BP-WG"
1919
repository = "https://github.com/BP-WG/bp-core"
@@ -24,12 +24,12 @@ license = "Apache-2.0"
2424
[workspace.dependencies]
2525
amplify = "4.8.0"
2626
strict_encoding = "2.8.1"
27-
strict_types = "2.8.1"
28-
commit_verify = "0.12.0-beta.4"
29-
single_use_seals = "0.12.0-beta.4"
30-
bp-consensus = { version = "0.12.0-beta.4", path = "./consensus" }
31-
bp-dbc = { version = "0.12.0-beta.4", path = "./dbc" }
32-
bp-seals = { version = "0.12.0-beta.4", path = "./seals" }
27+
strict_types = "2.8.2"
28+
commit_verify = "0.12.0-beta.5"
29+
single_use_seals = "0.12.0-beta.5"
30+
bp-consensus = { version = "0.12.0-beta.5", path = "./consensus" }
31+
bp-dbc = { version = "0.12.0-beta.5", path = "./dbc" }
32+
bp-seals = { version = "0.12.0-beta.5", path = "./seals" }
3333
secp256k1 = { version = "0.30.0", features = ["global-context", "rand"] }
3434
serde = { version = "1", features = ["derive"] }
3535

@@ -89,7 +89,3 @@ wasm-bindgen-test = "0.3"
8989

9090
[package.metadata.docs.rs]
9191
features = ["all"]
92-
93-
[patch.crates-io]
94-
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation", branch = "v0.12" }
95-
single_use_seals = { git = "https://github.com/LNP-BP/client_side_validation", branch = "v0.12" }

0 commit comments

Comments
 (0)