Skip to content

Commit

Permalink
Bump deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
afilini committed Mar 17, 2021
1 parent fa27ae2 commit 2fea176
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 OR Apache-2.0"

[dependencies]
bdk-macros = "^0.3"
bdk-macros = "^0.4"
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.4"
bdk-testutils-macros = "0.4"
serial_test = "0.4"
lazy_static = "1.4"
env_logger = "0.7"
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bdk-macros"
version = "0.3.0"
version = "0.4.0"
authors = ["Alekos Filini <alekos.filini@gmail.com>"]
edition = "2018"
homepage = "https://bitcoindevkit.org"
Expand Down
2 changes: 1 addition & 1 deletion testutils-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bdk-testutils-macros"
version = "0.3.0"
version = "0.4.0"
authors = ["Alekos Filini <alekos.filini@gmail.com>"]
edition = "2018"
homepage = "https://bitcoindevkit.org"
Expand Down
2 changes: 1 addition & 1 deletion testutils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bdk-testutils"
version = "0.3.0"
version = "0.4.0"
authors = ["Alekos Filini <alekos.filini@gmail.com>"]
edition = "2018"
homepage = "https://bitcoindevkit.org"
Expand Down

0 comments on commit 2fea176

Please sign in to comment.