Skip to content

Commit

Permalink
Merge pull request #121 from joshtriplett/msrv
Browse files Browse the repository at this point in the history
Document an MSRV policy: the same policy as the `flate2` crate
  • Loading branch information
joshtriplett authored May 8, 2023
2 parents f03739b + 9774b02 commit 67a976b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README-zng.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ manifest for `libz-ng-sys`. The script `./cargo-zng` invokes Cargo on a
temporary copy of the sources with `Cargo-zng.toml` replacing `Cargo.toml`; for
instance, use `./cargo-zng publish` to publish `libz-ng-sys`.

# Minimum Supported Rust Version (MSRV) Policy

This crate uses the same MSRV policy as the
[`flate2`](https://crates.io/crates/flate2) crate: This crate supports the
current and previous stable versions of Rust. Older versions of Rust may work,
but we don't guarantee these will continue to work.

# License

This project is licensed under either of
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ exclusively from Rust or support the zlib-ng native C API (prefixed with
which allows zlib and zlib-ng to coexist in the same program. See
[README-zng.md](README-zng.md) for details.

# Minimum Supported Rust Version (MSRV) Policy

This crate uses the same MSRV policy as the
[`flate2`](https://crates.io/crates/flate2) crate: This crate supports the
current and previous stable versions of Rust. Older versions of Rust may work,
but we don't guarantee these will continue to work.

# License

This project is licensed under either of
Expand Down

0 comments on commit 67a976b

Please sign in to comment.