File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ default = ["std", "grind_signatures"]
43
43
bitcoin = { version = " 0.30.2" , default-features = false , features = [" secp-recovery" ] }
44
44
45
45
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 }
47
47
hex = { package = " hex-conservative" , version = " 0.1.1" , default-features = false }
48
48
regex = { version = " 1.5.6" , optional = true }
49
49
backtrace = { version = " 0.3" , optional = true }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " possiblyrandom"
3
- version = " 0.1 .0"
3
+ version = " 0.2 .0"
4
4
authors = [" Matt Corallo" ]
5
5
license = " MIT OR Apache-2.0"
6
6
repository = " https://github.com/lightningdevkit/rust-lightning/"
You can’t perform that action at this time.
0 commit comments