Skip to content

Commit 4131d10

Browse files
committed
relese v0.10.1 with the recent hotfixes
1 parent 4ebbb49 commit 4131d10

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

Cargo.lock

Lines changed: 17 additions & 17 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.0"
31+
version = "0.10.1"
3232
description = "Bitcoin protocol core library (BP Core Lib)"
3333
keywords = ["lnp-bp", "smart-contracts", "bitcoin", "blockchain"]
3434
categories = ["cryptography"]
@@ -55,8 +55,8 @@ strict_encoding = { workspace = true }
5555
strict_types = { version = "1.0.0", optional = true }
5656
commit_verify = { workspace = true }
5757
single_use_seals = { workspace = true }
58-
bp-primitives = { version = "0.10.0", path = "./primitives" }
59-
bp-dbc = { version = "0.10.0", path = "./dbc" }
58+
bp-primitives = { version = "0.10.1", path = "./primitives" }
59+
bp-dbc = { version = "0.10.1", path = "./dbc" }
6060
bp-seals = { version = "0.10.0", path = "./seals" }
6161
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }
6262

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.0"
3+
version = "0.10.1"
44
description = "Deterministic bitcoin commitments library"
55
keywords = ["lnp-bp", "bitcoin", "blockchain", "smart-contracts", "single-use-seals"]
66
categories = ["cryptography", "encoding"]

0 commit comments

Comments
 (0)