Skip to content

Commit 775e4ae

Browse files
committed
Merge #1573: chore: add missing bdk_core README.md and remove specific bdk_chain dev version
48b6a66 chore(core): remove bdk_chain dev-dependency version (Steve Myers) 9bd500f chore(core): add missing README.md (Steve Myers) Pull request description: Add the missing README.md file for the bdk_core crate. This is required to publish to crates.io. Also had to removed fixed bdk_chain version from bdk_core dev dependencies to prevent missing dependency when publishing bdk_core before publishing new version of bdk_chain. ACKs for top commit: ValuedMammal: ACK 48b6a66 Tree-SHA512: 5fb31984f79771c5366ca078efa11330b24fd4d97e90531a2ba8f92ce6361c6dd4f123e8640269de9235bc5ebf3e6b5ced261e36f5b40f01db3f82add9a5ae68
2 parents 5e4b035 + 48b6a66 commit 775e4ae

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

crates/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ std = ["bitcoin/std"]
2121
serde = ["dep:serde", "bitcoin/serde", "hashbrown?/serde"]
2222

2323
[dev-dependencies]
24-
bdk_chain = { version = "0.18.0", path = "../chain" }
24+
bdk_chain = { path = "../chain" }

crates/core/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# BDK Core
2+
3+
This crate is a collection of core structures used by the bdk_chain, bdk_wallet, and bdk chain data source crates.

0 commit comments

Comments
 (0)