Skip to content

Commit ae80912

Browse files
committed
Bump version to 0.1.0
1 parent 07e4a3a commit ae80912

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.24"
3+
version = "0.1.0"
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.23" }
16+
libbitcoinkernel-sys = { path = "libbitcoinkernel-sys", version = "0.1.0" }
1717

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ be updated, or made to point at a different commit or branch in Bitcoin Core's
1515
history with:
1616

1717
```
18-
git subtree pull --prefix libbitcoinkernel-sys/bitcoin https://github.com/bitcoin/bitcoin master --squash
18+
git subtree pull --prefix libbitcoinkernel-sys/bitcoin https://github.com/bitcoin/bitcoin master --squash
1919
```
2020

2121
To build this library, the usual Bitcoin Core build requirements, such as

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.23"
3+
version = "0.1.0"
44
edition = "2021"
55
authors = ["TheCharlatan <[email protected]>"]
66
description = "Raw Rust bindings to libbitcoinkernel"

0 commit comments

Comments
 (0)