From d5655d503a61b9fd8099444262d07ca422b2fe41 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Fri, 21 Apr 2023 08:39:41 +1000 Subject: [PATCH] Bump core2 dependency from 0.3.0 -> 0.3.2 `core2` versions 0.3.0 and 0.3.1 do not work with Rust 1.48.0, set minimum version to 0.3.2 in the `bitcoin` manifest. --- bitcoin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoin/Cargo.toml b/bitcoin/Cargo.toml index c58792e1..70b648a5 100644 --- a/bitcoin/Cargo.toml +++ b/bitcoin/Cargo.toml @@ -42,7 +42,7 @@ hex_lit = "0.1.1" base64 = { version = "0.13.0", optional = true } bitcoinconsensus = { version = "0.20.2-0.5.0", default-features = false, optional = true } -core2 = { version = "0.3.0", default-features = false, features = ["alloc"], optional = true } +core2 = { version = "0.3.2", default-features = false, features = ["alloc"], optional = true } # Do NOT use this as a feature! Use the `serde` feature instead. actual-serde = { package = "serde", version = "1.0.103", default-features = false, features = [ "derive", "alloc" ], optional = true }