]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Bump `possiblyrandom` to 0.2
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:09:25 +0000 (20:09 +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 ef4a9db0249b243de191714e748761c46d52b5e9..dcea75408d693c7c86db3822c00ed6c032584f11 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/"