Skip to content

Commit

Permalink
📝 Define MSRV policy
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Jan 7, 2025
1 parent ec4a7e5 commit 20584ad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ match color_scheme(QueryOptions::default()).unwrap() {

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

## MSRV Policy

This crate's Minimum Supported Rust Version (MSRV) is based
on the MSRVs of downstream users such as `delta` and `bat`.
Changes to the MSRV will be accompanied by a minor version bump.

The following formula determines the MSRV:
```
min(msrv(bat), msrv(delta))
```

## Inspiration
This crate borrows ideas from many other projects. This list is by no means exhaustive.

Expand Down

0 comments on commit 20584ad

Please sign in to comment.