We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0017bc8 + cefac72 commit 8e5cf75Copy full SHA for 8e5cf75
CONTRIBUTING.md
@@ -75,7 +75,10 @@ be covered by functional tests.
75
When refactoring, structure your PR to make it easy to review and don't
76
hesitate to split it into multiple small, focused PRs.
77
78
-The Minimum Supported Rust Version is 1.41.1 (enforced by our GitHub Actions).
+The Minimum Supported Rust Version (MSRV) currently is 1.41.1 (enforced by
79
+our GitHub Actions). Also, the compatibility for LDK object serialization is
80
+currently ensured back to and including crate version 0.0.99 (see the
81
+[changelog](CHANGELOG.md)).
82
83
Commits should cover both the issue fixed and the solution's rationale.
84
These [guidelines](https://chris.beams.io/posts/git-commit/) should be kept in mind.
0 commit comments