Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ the [GitHub repository](https://github.com/lightningdevkit/vss-server/issues). F
development of VSS, you can reach out to us in the [LDK Discord](https://discord.gg/5AcknnMfBw) in the `#vss` channel.

[LDK Discord]: https://discord.gg/5AcknnMfBw

### MSRV
The Minimum Supported Rust Version (MSRV) is currently 1.85.0.
Copy link
Contributor

@tnull tnull Jan 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good, but given that what is untested is broken, let's add a CI job that also builds and runs tests on MSRV? Also we'll want to set rust-version in Cargo.toml.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the reminders yes.