Skip to content

Commit 6f5a948

Browse files
committed
f mention new serialization policy in contributing
1 parent 164f691 commit 6f5a948

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,11 @@ be covered by functional tests.
8888
When refactoring, structure your PR to make it easy to review and don't
8989
hesitate to split it into multiple small, focused PRs.
9090

91-
The Minimum Supported Rust Version (MSRV) currently is 1.41.1 (enforced by
92-
our GitHub Actions). Also, the compatibility for LDK object serialization is
93-
currently ensured back to and including crate version 0.0.99 (see the
94-
[changelog](CHANGELOG.md)).
91+
The Minimum Supported Rust Version (MSRV) currently is 1.48.0 (enforced by
92+
our GitHub Actions). We support reading serialized LDK objects written by any
93+
version of LDK 0.0.99 and above. We support LDK versions 0.0.113 and above
94+
reading serialized LDK objects written by modern LDK. Any exepected issues with
95+
upgrades or downgrades should be mentioned in the [changelog](CHANGELOG.md).
9596

9697
Commits should cover both the issue fixed and the solution's rationale. These
9798
[guidelines](https://chris.beams.io/posts/git-commit/) should be kept in mind.

0 commit comments

Comments
 (0)