Commit c145811 1 parent 4088ca4 commit c145811 Copy full SHA for c145811
File tree 4 files changed +3
-4
lines changed
4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 12
12
matrix :
13
13
toolchain-version :
14
14
- ' stable'
15
- - ' 1.56.1 ' # MSRV
15
+ - ' 1.57.0 ' # MSRV
16
16
steps :
17
17
- name : ' Checkout'
18
18
uses : ' actions/checkout@v3'
Original file line number Diff line number Diff line change 4
4
5
5
- Bump MSRV to 1.56.1
6
6
- Bump dependencies
7
- - Updated to [ clap] 3.1.x
8
7
- Replaced uses of [ lazy-static] with [ once_cell]
9
8
- Split progress bar code out into its own file
10
9
- Move from [ gpgrv] crate to [ pgp] crate to fix signature validation
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
8
8
readme = " README.md"
9
9
homepage = " https://github.com/phyber/hcdl"
10
10
repository = " https://github.com/phyber/hcdl"
11
- rust-version = " 1.56.1 "
11
+ rust-version = " 1.57.0 "
12
12
resolver = " 2"
13
13
categories = [
14
14
" command-line-utilities" ,
Original file line number Diff line number Diff line change 5
5
## Installation
6
6
7
7
` 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.
9
9
10
10
This can be done with the standard Cargo install command:
11
11
You can’t perform that action at this time.
0 commit comments