diff --git a/Cargo.toml b/Cargo.toml index fe6a5f2..e298813 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk-reserves" -version = "0.17.0" +version = "0.18.0" authors = ["Richard Ulrich "] edition = "2018" description = "Proof of reserves for bitcoin dev kit" @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/weareseba/bdk-reserves" [dependencies] -bdk = { version = "^0.17", default-features = false } +bdk = { version = "^0.18", default-features = false } bitcoinconsensus = "0.19.0-3" base64 = "^0.11" log = "^0.4" @@ -18,4 +18,4 @@ log = "^0.4" [dev-dependencies] rstest = "^0.11" bdk-testutils = "^0.4" -bdk = { version = "^0.17", default-features = true } +bdk = { version = "^0.18", default-features = true }