Skip to content

Commit

Permalink
docs: Add MSRV support policy (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 authored Dec 20, 2023
1 parent 48d9555 commit eacb174
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@ working code.)

Early stage release for feedback purposes. May contain bugs or performance
issues. API subject to change.

## Minimum Supported Rust Version

This project aims to maintain compatibility with a Rust version that is at least six months old.

Version updates may occur more frequently than the policy guideline states if external forces require it. For example, a CVE in a downstream dependency requiring an MSRV bump would be considered an acceptable reason to violate the six month guideline.

0 comments on commit eacb174

Please sign in to comment.