Skip to content

Commit 9478682

Browse files
committed
📝 Define MSRV policy
1 parent ec4a7e5 commit 9478682

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ match color_scheme(QueryOptions::default()).unwrap() {
2020

2121
## [Docs](https://docs.rs/terminal-colorsaurus)
2222

23+
## MSRV Policy
24+
25+
This crate's Minimum Supported Rust Version (MSRV) is based
26+
on the MSRVs of downstream users such as `delta` and `bat`.
27+
Changes to the MSRV will be accompanied by a minor version bump.
28+
29+
The following formula determines the MSRV:
30+
```text
31+
min(msrv(bat), msrv(delta))
32+
```
33+
2334
## Inspiration
2435
This crate borrows ideas from many other projects. This list is by no means exhaustive.
2536

0 commit comments

Comments
 (0)