Skip to content

Commit 24529c3

Browse files
committed
release v0.10.3
1 parent 570ff18 commit 24529c3

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 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.2"
31+
version = "0.10.3"
3232
description = "Bitcoin protocol core library (BP Core Lib)"
3333
keywords = ["lnp-bp", "smart-contracts", "bitcoin", "blockchain"]
3434
categories = ["cryptography"]
@@ -55,9 +55,9 @@ strict_encoding = { workspace = true }
5555
strict_types = { version = "1.2.0", optional = true }
5656
commit_verify = { workspace = true }
5757
single_use_seals = { workspace = true }
58-
bp-primitives = { version = "0.10.1", path = "./primitives" }
59-
bp-dbc = { version = "0.10.1", path = "./dbc" }
60-
bp-seals = { version = "0.10.0", path = "./seals" }
58+
bp-primitives = { version = "0.10.3", path = "./primitives" }
59+
bp-dbc = { version = "0.10.3", path = "./dbc" }
60+
bp-seals = { version = "0.10.3", 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.2"
3+
version = "0.10.3"
44
description = "Deterministic bitcoin commitments library"
55
keywords = ["lnp-bp", "bitcoin", "blockchain", "smart-contracts", "single-use-seals"]
66
categories = ["cryptography", "encoding"]

primitives/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-primitives"
3-
version = "0.10.2"
3+
version = "0.10.3"
44
description = "Bitcoin protocol primitives library"
55
keywords = ["lnp-bp", "smart-contracts", "bitcoin", "blockchain"]
66
categories = ["cryptography"]

seals/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-seals"
3-
version = "0.10.2"
3+
version = "0.10.3"
44
description = "Bitcoin protocol single-use-seals library"
55
keywords = ["lnp-bp", "bitcoin", "blockchain", "smart-contracts", "single-use-seals"]
66
categories = ["cryptography", "encoding"]

0 commit comments

Comments
 (0)