Skip to content

Commit

Permalink
raise msrv to 1.74
Browse files Browse the repository at this point in the history
  • Loading branch information
ducaale committed Apr 12, 2024
1 parent a42c386 commit 57779c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.70.0 # minimum supported rust version
toolchain: 1.74.0 # minimum supported rust version
targets: ${{ matrix.job.target }}

- uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.70.0 # minimum supported rust version
toolchain: 1.74.0 # minimum supported rust version
targets: ${{ matrix.job.target }}

- uses: ClementTsang/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "xh"
version = "0.21.0"
authors = ["ducaale <[email protected]>"]
edition = "2021"
rust-version = "1.70.0"
rust-version = "1.74.0"
license = "MIT"
description = "Friendly and fast tool for sending HTTP requests"
documentation = "https://github.com/ducaale/xh"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ iwr -useb https://raw.githubusercontent.com/ducaale/xh/master/install.ps1 | iex
| Windows | Chocolatey | `choco install xh` |
| Windows | Winget | `winget add ducaale.xh` |

\* Make sure that you have Rust 1.70 or later installed
\* Make sure that you have Rust 1.74 or later installed

\*\* You will need to install the [MMRL CLI](https://github.com/DerGoogler/MMRL-CLI/releases)

Expand Down

0 comments on commit 57779c0

Please sign in to comment.