Skip to content

Commit

Permalink
Bump MSRV to 1.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phyber committed Aug 16, 2022
1 parent 4088ca4 commit c145811
Show file tree
Hide file tree
Showing 4 changed files with 3 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 @@ -12,7 +12,7 @@ jobs:
matrix:
toolchain-version:
- 'stable'
- '1.56.1' # MSRV
- '1.57.0' # MSRV
steps:
- name: 'Checkout'
uses: 'actions/checkout@v3'
Expand Down
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

- Bump MSRV to 1.56.1
- Bump dependencies
- Updated to [clap] 3.1.x
- Replaced uses of [lazy-static] with [once_cell]
- Split progress bar code out into its own file
- Move from [gpgrv] crate to [pgp] crate to fix signature validation
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
readme = "README.md"
homepage = "https://github.com/phyber/hcdl"
repository = "https://github.com/phyber/hcdl"
rust-version = "1.56.1"
rust-version = "1.57.0"
resolver = "2"
categories = [
"command-line-utilities",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Installation

`hcdl` is available for install from [crates.io] if you have the stable [Rust]
toolchain of at least v1.56.1 installed.
toolchain of at least v1.57.0 installed.

This can be done with the standard Cargo install command:

Expand Down

0 comments on commit c145811

Please sign in to comment.