Update workspace dependencies to be relative paths

This commit is contained in:
Steve Myers
2023-03-02 20:38:10 -06:00
committed by Daniela Brozzoni
parent 96d932c830
commit 3a5d727899
10 changed files with 12 additions and 11 deletions

View File

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