We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c1885 commit 960baa6Copy full SHA for 960baa6
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
strategy:
8
matrix:
9
- toolchain: [ stable, beta ]
+ toolchain: [ stable, beta, 1.63.0 ] # 1.63.0 is current MSRV for vss-client
10
include:
11
- toolchain: stable
12
check-fmt: true
README.md
@@ -7,3 +7,6 @@ simplify the development process for Lightning wallets by providing a secure mea
and manage the essential state required for Lightning Network (LN) operations.
Learn more [here](https://github.com/lightningdevkit/vss-server/blob/main/README.md).
+
+## MSRV
+The Minimum Supported Rust Version (MSRV) is currently 1.63.0.
0 commit comments