diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9fd8bb1..38d597f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: matrix: toolchain-version: - 'stable' - - '1.56.1' # MSRV + - '1.57.0' # MSRV steps: - name: 'Checkout' uses: 'actions/checkout@v3' diff --git a/CHANGELOG.md b/CHANGELOG.md index aea7204..53abc16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index b610f7c..b62d1a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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", diff --git a/README.md b/README.md index 13c08f1..658430e 100644 --- a/README.md +++ b/README.md @@ -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: