Skip to content

Commit

Permalink
bump MSRV to 1.72.0 now that Homebrew supports it
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed Sep 2, 2023
1 parent 4ec2b9c commit 50531d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["command-line-utilities", "parser-implementations"]
license = "MIT OR Unlicense"
autotests = false
edition = "2021"
rust-version = "1.71.1"
rust-version = "1.72.0"
autobins = false
include = [
"src/**/*",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![HomeBrew](https://img.shields.io/homebrew/v/qsv?logo=homebrew)](https://formulae.brew.sh/formula/qsv)
[![Crates.io](https://img.shields.io/crates/v/qsv.svg?logo=crates.io)](https://crates.io/crates/qsv)
[![Crates.io downloads](https://img.shields.io/crates/d/qsv?color=orange&label=crates.io%20downloads)](https://crates.io/crates/qsv)
[![Minimum supported Rust version](https://img.shields.io/badge/Rust-1.71.1-red?logo=rust)](#minimum-supported-rust-version)
[![Minimum supported Rust version](https://img.shields.io/badge/Rust-1.72.0-red?logo=rust)](#minimum-supported-rust-version)

<div align="center">

Expand Down

0 comments on commit 50531d1

Please sign in to comment.