From: Steve Myers Date: Sun, 25 Aug 2024 17:25:23 +0000 (-0500) Subject: chore(core): remove bdk_chain dev-dependency version X-Git-Tag: v1.0.0-beta.2^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/spendable.html?a=commitdiff_plain;h=48b6a66f6e0edce305d41653f37b8549aaf7c060;p=bdk chore(core): remove bdk_chain dev-dependency version --- diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 8220d70a..5e27f768 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -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" }