From d0e5fd38142f32be1e44e1c3d589775fc89b0992 Mon Sep 17 00:00:00 2001 From: sttk Date: Sun, 17 Aug 2025 00:32:26 +0900 Subject: [PATCH] doc: updated the result of cargo msrv in README.md --- README.md | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a69b6ae..7847658 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [sabi_redis for Rust][repo-url] [![crate.io][crateio-img]][crateio-url] [![doc.rs][docrs-img]][docrs-url] [![CI Status][ci-img]][ci-url] [![MIT License][mit-img]][mit-url] +# [sabi_redis for Rust][repo-url] [![crates.io][cratesio-img]][cratesio-url] [![doc.rs][docrs-img]][docrs-url] [![CI Status][ci-img]][ci-url] [![MIT License][mit-img]][mit-url] The sabi data access library for Redis in Rust. @@ -6,12 +6,27 @@ The sabi data access library for Redis in Rust. This crate supports Rust 1.85.1 or later. -```bash -% cargo msrv find +```sh +% ./build.sh msrv [Meta] cargo-msrv 0.18.4 - ~~~~~~(omission)~~~~~ + +Compatibility Check #1: Rust 1.73.0 + [FAIL] Is incompatible + +Compatibility Check #2: Rust 1.81.0 + [FAIL] Is incompatible + +Compatibility Check #3: Rust 1.85.1 + [OK] Is compatible + +Compatibility Check #4: Rust 1.83.0 + [FAIL] Is incompatible + +Compatibility Check #5: Rust 1.84.1 + [FAIL] Is incompatible + Result: - Considered (min … max): Rust 1.56.1 … Rust 1.88.0 + Considered (min … max): Rust 1.56.1 … Rust 1.89.0 Search method: bisect MSRV: 1.85.1 Target: x86_64-apple-darwin @@ -26,8 +41,8 @@ See the file LICENSE in this distribution for more details. [repo-url]: https://github.com/sttk/sabi_redis-rust -[crateio-img]: https://img.shields.io/badge/crate.io-ver.0.0.0-fc8d62?logo=rust -[crateio-url]: https://crates.io/crates/sabi_redis +[cratesio-img]: https://img.shields.io/badge/crates.io-ver.0.0.0-fc8d62?logo=rust +[cratesio-url]: https://crates.io/crates/sabi_redis [docrs-img]: https://img.shields.io/badge/doc.rs-sabi_redis-66c2a5?logo=docs.rs [docrs-url]: https://docs.rs/sabi_redis [ci-img]: https://github.com/sttk/sabi_redis-rust/actions/workflows/rust.yml/badge.svg?branch=main