Skip to content

Commit a73d090

Browse files
committed
Set rust-version field in Cargo.toml
.. we indicate our MSRV in `Cargo.toml`.
1 parent e9fe0b3 commit a73d090

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["Elias Rohrer <dev@tnull.de>"]
55
homepage = "https://lightningdevkit.org/"
66
license = "MIT OR Apache-2.0"
77
edition = "2021"
8+
rust-version = "1.85"
89
description = "A ready-to-go node implementation built using LDK."
910
repository = "https://github.com/lightningdevkit/ldk-node/"
1011
readme = "README.md"

0 commit comments

Comments
 (0)