diff --git a/Cargo.toml b/Cargo.toml index 74bbe703..3585d491 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "elements" -version = "0.6.0" +version = "0.7.0" authors = ["Andrew Poelstra "] description = "Library with support for de/serialization, parsing and executing on data structures and network messages related to Elements" license = "CC0-1.0" @@ -21,7 +21,7 @@ bitcoin_hashes = "0.3.0" secp256k1 = "0.12.0" [dependencies.bitcoin] -version = "0.17.0" +version = "0.18.0" [dependencies.serde] version = "1.0" diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index f3548769..230aac85 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -17,7 +17,7 @@ afl = { version = "0.3", optional = true } elements = { path = "..", features = ["fuzztarget", "serde-feature"] } [dependencies.bitcoin] -version = "0.17" +version = "0.18" # Prevent this from interfering with workspaces [workspace]