File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,11 @@ be covered by functional tests.
88
88
When refactoring, structure your PR to make it easy to review and don't
89
89
hesitate to split it into multiple small, focused PRs.
90
90
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 ) .
95
96
96
97
Commits should cover both the issue fixed and the solution's rationale. These
97
98
[ guidelines] ( https://chris.beams.io/posts/git-commit/ ) should be kept in mind.
You can’t perform that action at this time.
0 commit comments