Skip to content

Commit

Permalink
Merge pull request #332 from JohnTitor/msrv-policy
Browse files Browse the repository at this point in the history
Mention MSRV policy
  • Loading branch information
joshtriplett committed Dec 24, 2022
2 parents 431dc85 + 73012b6 commit 6d8a1fd
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 @@ -21,6 +21,12 @@ Supported formats:
flate2 = "1.0"
```

## MSRV (Minimum Supported Rust Version) Policy

This crate supports the current stable and the last stable for the latest version.
For example, if the current stable is 1.64, this crate supports 1.64 and 1.63.
Older stables may work, but we don't guarantee these will continue to work.

## Compression

```rust
Expand Down

0 comments on commit 6d8a1fd

Please sign in to comment.