Skip to content

Commit 960baa6

Browse files
committed
Check CI build with 1.63.0 as MSRV
1 parent 52c1885 commit 960baa6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
toolchain: [ stable, beta ]
9+
toolchain: [ stable, beta, 1.63.0 ] # 1.63.0 is current MSRV for vss-client
1010
include:
1111
- toolchain: stable
1212
check-fmt: true

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ simplify the development process for Lightning wallets by providing a secure mea
77
and manage the essential state required for Lightning Network (LN) operations.
88

99
Learn more [here](https://github.com/lightningdevkit/vss-server/blob/main/README.md).
10+
11+
## MSRV
12+
The Minimum Supported Rust Version (MSRV) is currently 1.63.0.

0 commit comments

Comments
 (0)