Skip to content

Commit 7218627

Browse files
committed
Mention backwards compatibility in CONTRIBUTING.
1 parent 1fd6c6f commit 7218627

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ be covered by functional tests.
7575
When refactoring, structure your PR to make it easy to review and don't
7676
hesitate to split it into multiple small, focused PRs.
7777

78-
The Minimum Supported Rust Version is 1.41.1 (enforced by our GitHub Actions).
78+
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.
7981

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

0 commit comments

Comments
 (0)