From fba4eef77d99ca8d9c898a64ece493be60fcb47a Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Fri, 19 Apr 2024 15:33:58 +0000 Subject: [PATCH] Bump `possiblyrandom` to 0.2 I'd uploaded `possiblyrandom` 0.1 to reserve the crate name but with a dummy library so now we need ot use 0.2 for the release. --- lightning/Cargo.toml | 2 +- possiblyrandom/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lightning/Cargo.toml b/lightning/Cargo.toml index ef4a9db02..dcea75408 100644 --- a/lightning/Cargo.toml +++ b/lightning/Cargo.toml @@ -43,7 +43,7 @@ default = ["std", "grind_signatures"] bitcoin = { version = "0.30.2", default-features = false, features = ["secp-recovery"] } hashbrown = { version = "0.13", optional = true, default-features = false } -possiblyrandom = { version = "0.1", optional = true, default-features = false } +possiblyrandom = { version = "0.2", optional = true, default-features = false } hex = { package = "hex-conservative", version = "0.1.1", default-features = false } regex = { version = "1.5.6", optional = true } backtrace = { version = "0.3", optional = true } diff --git a/possiblyrandom/Cargo.toml b/possiblyrandom/Cargo.toml index e02b59669..5d8a35ccd 100644 --- a/possiblyrandom/Cargo.toml +++ b/possiblyrandom/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "possiblyrandom" -version = "0.1.0" +version = "0.2.0" authors = ["Matt Corallo"] license = "MIT OR Apache-2.0" repository = "https://github.com/lightningdevkit/rust-lightning/" -- 2.39.5