Bump `possiblyrandom` to 0.2 2024-04-0.0.123-rl
authorMatt Corallo <git@bluematt.me>
Fri, 19 Apr 2024 15:33:58 +0000 (15:33 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 8 May 2024 20:08:52 +0000 (20:08 +0000)
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
possiblyrandom/Cargo.toml

index 27f7af93fdb87284e7ea889d7d03e80a988392e7..274b4755d50d0fc5671255b0651c52215deae685 100644 (file)
@@ -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 }
index e02b59669b10fbd51e35295bcca36037758e86f7..5d8a35ccdf58e408454cfc0be4354a260618859b 100644 (file)
@@ -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/"