We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd6c6f commit 7218627Copy full SHA for 7218627
CONTRIBUTING.md
@@ -75,7 +75,9 @@ 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 TLV serialization is
80
+currently ensured back to and including crate version 0.0.99.
81
82
Commits should cover both the issue fixed and the solution's rationale.
83
These [guidelines](https://chris.beams.io/posts/git-commit/) should be kept in mind.
0 commit comments