Skip to content

Commit

Permalink
bump MSRV to 1.54
Browse files Browse the repository at this point in the history
  • Loading branch information
ducaale committed Dec 25, 2021
1 parent d3951cb commit 0ab7ea6
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 @@ -39,7 +39,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.46.0 # minimum supported rust version
toolchain: 1.54.0 # minimum supported rust version
target: ${{ matrix.job.target }}
override: true
- uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.46.0 # minimum supported rust version
toolchain: 1.54.0 # minimum supported rust version
target: ${{ matrix.job.target }}
override: true
- uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ curl -sfL https://github.com/ducaale/xh/master/install.sh | sh
| macOS | MacPorts | `sudo port install xh` |
| Windows | Scoop | `scoop install xh` |

\* Make sure that you have Rust 1.46 or later installed
\* Make sure that you have Rust 1.54 or later installed

\*\* You will need to add the apt repository from https://apt.cli.rs/

Expand Down
2 changes: 1 addition & 1 deletion clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
msrv = "1.46.0"
msrv = "1.54.0"

0 comments on commit 0ab7ea6

Please sign in to comment.