Skip to content

Commit

Permalink
bump MSRV to 1.74.0 from 1.73.0
Browse files Browse the repository at this point in the history
even though our MSRV policy is to wait for Homebrew, since it's still on 1.72.1, we'll go ahead and bump preemptively to 1.74.0
  • Loading branch information
jqnatividad committed Nov 16, 2023
1 parent 47588bd commit ec80ec5
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.73.0"
rust-version = "1.74.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 @@ -11,7 +11,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.73.0-red?logo=rust)](#minimum-supported-rust-version)
[![Minimum supported Rust version](https://img.shields.io/badge/Rust-1.74.0-red?logo=rust)](#minimum-supported-rust-version)

<div align="center">

Expand Down

0 comments on commit ec80ec5

Please sign in to comment.