Skip to content

Commit 165a6b3

Browse files
committed
Add rust-version to all crates' Cargo.tomls
1 parent 1d11f2d commit 165a6b3

File tree

14 files changed

+14
-0
lines changed

14 files changed

+14
-0
lines changed

lightning-background-processor/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ description = """
88
Utilities to perform required background tasks for Rust Lightning.
99
"""
1010
edition = "2021"
11+
rust-version = "1.75"
1112

1213
[package.metadata.docs.rs]
1314
all-features = true

lightning-block-sync/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ description = """
88
Utilities to fetch the chain data from a block source and feed them into Rust Lightning.
99
"""
1010
edition = "2021"
11+
rust-version = "1.75"
1112

1213
[package.metadata.docs.rs]
1314
all-features = true

lightning-custom-message/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ description = """
88
Utilities for supporting custom peer-to-peer messages in LDK.
99
"""
1010
edition = "2021"
11+
rust-version = "1.75"
1112

1213
[package.metadata.docs.rs]
1314
all-features = true

lightning-dns-resolver/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ license = "MIT OR Apache-2.0"
66
repository = "https://github.com/lightningdevkit/rust-lightning/"
77
description = "A crate which implements DNSSEC resolution for lightning clients over bLIP 32 using `tokio` and the `dnssec-prover` crate."
88
edition = "2021"
9+
rust-version = "1.75"
910

1011
[dependencies]
1112
lightning = { version = "0.2.0", path = "../lightning", default-features = false }

lightning-invoice/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ keywords = [ "lightning", "bitcoin", "invoice", "BOLT11" ]
99
readme = "README.md"
1010
repository = "https://github.com/lightningdevkit/rust-lightning/"
1111
edition = "2021"
12+
rust-version = "1.75"
1213

1314
[package.metadata.docs.rs]
1415
all-features = true

lightning-liquidity/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["John Cantrell <[email protected]>", "Elias Rohrer <dev@tnull.
55
homepage = "https://lightningdevkit.org/"
66
license = "MIT OR Apache-2.0"
77
edition = "2021"
8+
rust-version = "1.75"
89
description = "Types and primitives to integrate a spec-compliant LSP with an LDK-based node."
910
repository = "https://github.com/lightningdevkit/lightning-liquidity/"
1011
readme = "README.md"

lightning-macros/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ description = """
88
Proc macros used by LDK
99
"""
1010
edition = "2021"
11+
rust-version = "1.75"
1112

1213
[package.metadata.docs.rs]
1314
rustdoc-args = ["--cfg", "docsrs"]

lightning-net-tokio/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Implementation of the rust-lightning network stack using Tokio.
99
For Rust-Lightning clients which wish to make direct connections to Lightning P2P nodes, this is a simple alternative to implementing the required network stack, especially for those already using Tokio.
1010
"""
1111
edition = "2021"
12+
rust-version = "1.75"
1213

1314
[package.metadata.docs.rs]
1415
all-features = true

lightning-persister/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ description = """
88
Utilities for LDK data persistence and retrieval.
99
"""
1010
edition = "2021"
11+
rust-version = "1.75"
1112

1213
[package.metadata.docs.rs]
1314
all-features = true

lightning-rapid-gossip-sync/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["Arik Sosman <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/lightningdevkit/rust-lightning"
77
edition = "2021"
8+
rust-version = "1.75"
89
description = """
910
Utility to process gossip routing data from Rapid Gossip Sync Server.
1011
"""

0 commit comments

Comments
 (0)