Skip to content

Commit 8f8ff6e

Browse files
committed
Bump lightning-types crate version
In 412ef2463fade239b34ede0c95889428d171c073 we removed the `SplicePrototype` feature, so we'll sadly have to bump the crate version.
1 parent e9fd567 commit 8f8ff6e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

lightning-dns-resolver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rust-version = "1.75"
1111

1212
[dependencies]
1313
lightning = { version = "0.3.0", path = "../lightning", default-features = false }
14-
lightning-types = { version = "0.3.0", path = "../lightning-types", default-features = false }
14+
lightning-types = { version = "0.4.0", path = "../lightning-types", default-features = false }
1515
dnssec-prover = { version = "0.6", default-features = false, features = [ "std", "tokio" ] }
1616
tokio = { version = "1.0", default-features = false, features = ["rt"] }
1717

lightning-invoice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ std = []
2020

2121
[dependencies]
2222
bech32 = { version = "0.11.0", default-features = false }
23-
lightning-types = { version = "0.3.0", path = "../lightning-types", default-features = false }
23+
lightning-types = { version = "0.4.0", path = "../lightning-types", default-features = false }
2424
serde = { version = "1.0", optional = true, default-features = false, features = ["alloc"] }
2525
bitcoin = { version = "0.32.4", default-features = false, features = ["secp-recovery"] }
2626

lightning-liquidity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ _test_utils = []
2323

2424
[dependencies]
2525
lightning = { version = "0.3.0", path = "../lightning", default-features = false }
26-
lightning-types = { version = "0.3.0", path = "../lightning-types", default-features = false }
26+
lightning-types = { version = "0.4.0", path = "../lightning-types", default-features = false }
2727
lightning-invoice = { version = "0.35.0", path = "../lightning-invoice", default-features = false, features = ["serde"] }
2828
lightning-macros = { version = "0.2", path = "../lightning-macros" }
2929

lightning-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightning-types"
3-
version = "0.3.0+git"
3+
version = "0.4.0+git"
44
authors = ["Matt Corallo"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/lightningdevkit/rust-lightning/"

lightning/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ grind_signatures = []
3434
default = ["std", "grind_signatures"]
3535

3636
[dependencies]
37-
lightning-types = { version = "0.3.0", path = "../lightning-types", default-features = false }
37+
lightning-types = { version = "0.4.0", path = "../lightning-types", default-features = false }
3838
lightning-invoice = { version = "0.35.0", path = "../lightning-invoice", default-features = false }
3939
lightning-macros = { version = "0.2", path = "../lightning-macros" }
4040

@@ -53,7 +53,7 @@ inventory = { version = "0.3", optional = true }
5353

5454
[dev-dependencies]
5555
regex = "1.5.6"
56-
lightning-types = { version = "0.3.0", path = "../lightning-types", features = ["_test_utils"] }
56+
lightning-types = { version = "0.4.0", path = "../lightning-types", features = ["_test_utils"] }
5757
lightning-macros = { path = "../lightning-macros" }
5858
parking_lot = { version = "0.12", default-features = false }
5959

0 commit comments

Comments
 (0)