Skip to content

Commit

Permalink
chore(core): remove bdk_chain dev-dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Aug 25, 2024
1 parent 9bd500f commit 48b6a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ std = ["bitcoin/std"]
serde = ["dep:serde", "bitcoin/serde", "hashbrown?/serde"]

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

0 comments on commit 48b6a66

Please sign in to comment.