We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4a7e5 commit 9478682Copy full SHA for 9478682
readme.md
@@ -20,6 +20,17 @@ match color_scheme(QueryOptions::default()).unwrap() {
20
21
## [Docs](https://docs.rs/terminal-colorsaurus)
22
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
34
## Inspiration
35
This crate borrows ideas from many other projects. This list is by no means exhaustive.
36
0 commit comments