From 14f6b51867e3bad590fc756988a41604e53c6e65 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Sat, 15 Jul 2023 13:56:44 -0400 Subject: [PATCH] Increase MSRV to 1.66 --- CHANGELOG.md | 1 + Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37008ee..b65f846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ v0.4.0 (in development) - Added `asynchronous` category to crate metadata - Remove installation instructions from README - List all features in the library documentation +- Increased MSRV to 1.66 v0.3.0 (2023-04-22) ------------------- diff --git a/Cargo.toml b/Cargo.toml index 1564817..e485d0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "patharg" version = "0.4.0-dev" edition = "2021" -rust-version = "1.65" +rust-version = "1.66" description = "Treat \"-\" (hyphen/dash) arguments as stdin/stdout" authors = ["John Thorvald Wodder II "] repository = "https://github.com/jwodder/patharg" diff --git a/README.md b/README.md index 77de1c4..e8516fd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![CI Status](https://github.com/jwodder/patharg/actions/workflows/test.yml/badge.svg)](https://github.com/jwodder/patharg/actions/workflows/test.yml) [![codecov.io](https://codecov.io/gh/jwodder/patharg/branch/master/graph/badge.svg)](https://codecov.io/gh/jwodder/patharg) -[![Minimum Supported Rust Version](https://img.shields.io/badge/MSRV-1.65-orange)](https://www.rust-lang.org) +[![Minimum Supported Rust Version](https://img.shields.io/badge/MSRV-1.66-orange)](https://www.rust-lang.org) [![MIT License](https://img.shields.io/github/license/jwodder/patharg.svg)](https://opensource.org/licenses/MIT) [GitHub](https://github.com/jwodder/patharg) | [crates.io](https://crates.io/crates/patharg) | [Documentation](https://docs.rs/patharg) | [Issues](https://github.com/jwodder/patharg/issues) | [Changelog](https://github.com/jwodder/patharg/blob/master/CHANGELOG.md)