Skip to content

Commit c145811

Browse files
committed
Bump MSRV to 1.57.0
1 parent 4088ca4 commit c145811

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
toolchain-version:
1414
- 'stable'
15-
- '1.56.1' # MSRV
15+
- '1.57.0' # MSRV
1616
steps:
1717
- name: 'Checkout'
1818
uses: 'actions/checkout@v3'

CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
- Bump MSRV to 1.56.1
66
- Bump dependencies
7-
- Updated to [clap] 3.1.x
87
- Replaced uses of [lazy-static] with [once_cell]
98
- Split progress bar code out into its own file
109
- Move from [gpgrv] crate to [pgp] crate to fix signature validation

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
readme = "README.md"
99
homepage = "https://github.com/phyber/hcdl"
1010
repository = "https://github.com/phyber/hcdl"
11-
rust-version = "1.56.1"
11+
rust-version = "1.57.0"
1212
resolver = "2"
1313
categories = [
1414
"command-line-utilities",

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Installation
66

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

1010
This can be done with the standard Cargo install command:
1111

0 commit comments

Comments
 (0)