Skip to content

Commit fba4eef

Browse files
committed
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.
1 parent 37122dd commit fba4eef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lightning/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ default = ["std", "grind_signatures"]
4343
bitcoin = { version = "0.30.2", default-features = false, features = ["secp-recovery"] }
4444

4545
hashbrown = { version = "0.13", optional = true, default-features = false }
46-
possiblyrandom = { version = "0.1", optional = true, default-features = false }
46+
possiblyrandom = { version = "0.2", optional = true, default-features = false }
4747
hex = { package = "hex-conservative", version = "0.1.1", default-features = false }
4848
regex = { version = "1.5.6", optional = true }
4949
backtrace = { version = "0.3", optional = true }

possiblyrandom/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "possiblyrandom"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Matt Corallo"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/lightningdevkit/rust-lightning/"

0 commit comments

Comments
 (0)