For examples and nursery remove workspace dependency versions

This commit is contained in:
Steve Myers
2023-03-19 23:03:09 -05:00
parent 919e74aa8d
commit 3b68a7bcc0
5 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ version = "0.0.1"
authors = [ "LLFourn <lloyd.fourn@gmail.com>" ]
[dependencies]
bdk_chain = { path = "../../crates/chain", version = "0.3.1" }
bdk_chain = { path = "../../crates/chain" }
[features]
default = ["std"]

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bdk_chain = { path = "../../crates/chain", version = "0.3.1", features = ["miniscript"] }
bdk_chain = { path = "../../crates/chain", features = ["miniscript"] }
[features]
default = ["std"]