Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit b9d9f1b

Browse files
committed
Bump lightning crate (and dependents) to v0.0.125
We bump the `lightning` crate (and dependents) to v0.0.125, the bugfix release that just shipped. Cargo should otherwise do that for us, and the v0.0.124 crates have been yanked, but still.
1 parent 1669d1e commit b9d9f1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ std = ["lightning/std", "bitcoin/std", "lightning-invoice/std"]
1919
no-std = ["hashbrown", "lightning/no-std"]
2020

2121
[dependencies]
22-
lightning = { version = "0.0.124", default-features = false }
22+
lightning = { version = "0.0.125", default-features = false }
2323
lightning-types = { version = "0.1", default-features = false }
2424
lightning-invoice = { version = "0.32.0", default-features = false, features = ["serde"] }
2525
bitcoin = { version = "0.32.2", default-features = false, features = ["serde"] }
@@ -30,9 +30,9 @@ serde = { version = "1.0", default-features = false, features = ["derive", "allo
3030
serde_json = "1.0"
3131

3232
[dev-dependencies]
33-
lightning = { version = "0.0.124", default-features = false, features = ["_test_utils"] }
34-
lightning-persister = { version = "0.0.124", default-features = false }
35-
lightning-background-processor = { version = "0.0.124", default-features = false, features = ["std"] }
33+
lightning = { version = "0.0.125", default-features = false, features = ["_test_utils"] }
34+
lightning-persister = { version = "0.0.125", default-features = false }
35+
lightning-background-processor = { version = "0.0.125", default-features = false, features = ["std"] }
3636
proptest = "1.0.0"
3737
tokio = { version = "1.35", default-features = false, features = [ "rt-multi-thread", "time", "sync", "macros" ] }
3838

0 commit comments

Comments
 (0)