From 9774b02f65f047db890f81f823a93bbe9294840f Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Mon, 8 May 2023 14:27:16 +0200 Subject: [PATCH] Document an MSRV policy: the same policy as the `flate2` crate --- README-zng.md | 7 +++++++ README.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/README-zng.md b/README-zng.md index 3ab32da8..4ac40e08 100644 --- a/README-zng.md +++ b/README-zng.md @@ -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 diff --git a/README.md b/README.md index fcd72bfc..26088b1f 100644 --- a/README.md +++ b/README.md @@ -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