Skip to content

Commit 7e48c31

Browse files
committed
Bump version
1 parent 5ffcf0f commit 7e48c31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitcoinkernel"
3-
version = "0.0.23"
3+
version = "0.0.24"
44
edition = "2021"
55
rust-version = "1.71.0"
66
authors = ["TheCharlatan <[email protected]>"]
@@ -13,7 +13,7 @@ categories = ["cryptography::cryptocurrencies"]
1313
readme = "README.md"
1414

1515
[dependencies]
16-
libbitcoinkernel-sys = { path = "libbitcoinkernel-sys", version = "0.0.22" }
16+
libbitcoinkernel-sys = { path = "libbitcoinkernel-sys", version = "0.0.23" }
1717

1818
[dev-dependencies]
1919
hex = "0.4"

libbitcoinkernel-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libbitcoinkernel-sys"
3-
version = "0.0.22"
3+
version = "0.0.23"
44
edition = "2021"
55
authors = ["TheCharlatan <[email protected]>"]
66
description = "Raw Rust bindings to libbitcoinkernel"

0 commit comments

Comments
 (0)