Skip to content

Commit

Permalink
Increase MSRV to 1.66
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Jul 15, 2023
1 parent 25e0497 commit 14f6b51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
repository = "https://github.com/jwodder/patharg"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 14f6b51

Please sign in to comment.