Skip to content

Commit 07a93d9

Browse files
committed
release v0.10.7
1 parent 848a153 commit 07a93d9

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ single_use_seals = "0.10.0"
2828

2929
[package]
3030
name = "bp-core"
31-
version = "0.10.6"
31+
version = "0.10.7"
3232
description = "Bitcoin protocol core library (BP Core Lib)"
3333
keywords = ["lnp-bp", "smart-contracts", "bitcoin", "blockchain"]
3434
categories = ["cryptography"]
@@ -56,8 +56,8 @@ strict_types = { version = "1.6.0", optional = true }
5656
commit_verify = { workspace = true }
5757
single_use_seals = { workspace = true }
5858
bp-primitives = { version = "0.10.6", path = "./primitives" }
59-
bp-dbc = { version = "0.10.6", path = "./dbc" }
60-
bp-seals = { version = "0.10.6", path = "./seals" }
59+
bp-dbc = { version = "0.10.7", path = "./dbc" }
60+
bp-seals = { version = "0.10.7", path = "./seals" }
6161
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }
6262

6363
[features]

dbc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bp-dbc"
3-
version = "0.10.6"
3+
version = "0.10.7"
44
description = "Deterministic bitcoin commitments library"
55
keywords = ["lnp-bp", "bitcoin", "blockchain", "smart-contracts", "single-use-seals"]
66
categories = ["cryptography", "encoding"]

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 = "bp-seals"
3-
version = "0.10.6"
3+
version = "0.10.7"
44
description = "Bitcoin protocol single-use-seals library"
55
keywords = ["lnp-bp", "bitcoin", "blockchain", "smart-contracts", "single-use-seals"]
66
categories = ["cryptography", "encoding"]
@@ -23,7 +23,7 @@ commit_verify = { workspace = true }
2323
strict_encoding = { workspace = true }
2424
baid58 = "0.4.4"
2525
bp-primitives = { version = "0.10.6", path = "../primitives" }
26-
bp-dbc = { version = "0.10.6", path = "../dbc" }
26+
bp-dbc = { version = "0.10.7", path = "../dbc" }
2727
rand = "0.8.5"
2828
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }
2929

0 commit comments

Comments
 (0)