Skip to content

Commit 6bd3b13

Browse files
authored
docs: Add MSRV support policy (#12)
1 parent 728451c commit 6bd3b13

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ This repository contains the internal feature flag evaluation logic and data mod
1616

1717
Read our [documentation](http://docs.launchdarkly.com) for in-depth instructions on configuring and using LaunchDarkly. You can also head straight to the [complete reference guide for the Rust SDK](https://docs.launchdarkly.com/sdk/server-side/rust), or the [generated API documentation](https://docs.rs/launchdarkly-server-sdk-evaluation) for this project.
1818

19+
## Minimum Supported Rust Version
20+
21+
This project aims to maintain compatibility with a Rust version that is at least six months old.
22+
23+
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.
24+
1925
## Contributing
2026

2127
We encourage pull requests and other contributions from the community. Check out our [contributing guidelines](CONTRIBUTING.md) for instructions on how to contribute to this SDK.

0 commit comments

Comments
 (0)