Skip to content

Commit

Permalink
Update 'bdk-macros', 'bdk-testutils', 'bdk-testutils-macros' dep vers…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
notmandatory committed Feb 17, 2021
1 parent fcf5e97 commit 3f5513a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
license = "MIT"

[dependencies]
bdk-macros = { path = "./macros" }
bdk-macros = "^0.3"
log = "^0.4"
miniscript = "5.1"
bitcoin = { version = "^0.26", features = ["use-serde"] }
Expand Down Expand Up @@ -59,8 +59,8 @@ test-electrum = ["electrum"]
test-md-docs = ["electrum"]

[dev-dependencies]
bdk-testutils = { path = "./testutils" }
bdk-testutils-macros = { path = "./testutils-macros" }
bdk-testutils = "^0.3"
bdk-testutils-macros = "^0.3"
serial_test = "0.4"
lazy_static = "1.4"
env_logger = "0.7"
Expand Down

0 comments on commit 3f5513a

Please sign in to comment.