Bump MSRV to 1.60.0

This commit is contained in:
Jack Grigg
2022-12-29 23:39:08 +13:00
parent fc2081c216
commit ec83a8c9cc
5 changed files with 11 additions and 9 deletions
+6 -6
View File
@@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
toolchain: 1.56.0 toolchain: 1.60.0
override: true override: true
- name: Install build dependencies - name: Install build dependencies
run: sudo apt install ${{ matrix.build_deps }} run: sudo apt install ${{ matrix.build_deps }}
@@ -46,14 +46,14 @@ jobs:
args: --verbose args: --verbose
clippy: clippy:
name: Clippy (1.56.0) name: Clippy (1.60.0)
timeout-minutes: 30 timeout-minutes: 30
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
toolchain: 1.56.0 toolchain: 1.60.0
components: clippy components: clippy
override: true override: true
- name: Install build dependencies - name: Install build dependencies
@@ -61,7 +61,7 @@ jobs:
- name: Run clippy - name: Run clippy
uses: actions-rs/clippy-check@v1 uses: actions-rs/clippy-check@v1
with: with:
name: Clippy (1.56.0) name: Clippy (1.60.0)
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features --all-targets -- -D warnings args: --all-features --all-targets -- -D warnings
@@ -117,7 +117,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
toolchain: 1.56.0 toolchain: 1.60.0
override: true override: true
- name: Install build dependencies - name: Install build dependencies
run: sudo apt install libpcsclite-dev run: sudo apt install libpcsclite-dev
@@ -142,7 +142,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
toolchain: 1.56.0 toolchain: 1.60.0
components: rustfmt components: rustfmt
override: true override: true
- name: Check formatting - name: Check formatting
+2
View File
@@ -7,6 +7,8 @@ and this project adheres to Rust's notion of
to 0.3.0 are beta releases. to 0.3.0 are beta releases.
## [Unreleased] ## [Unreleased]
### Changed
- MSRV is now 1.60.0.
## [0.3.2] - 2023-01-01 ## [0.3.2] - 2023-01-01
### Changed ### Changed
+1 -1
View File
@@ -9,7 +9,7 @@ keywords = ["age", "cli", "encryption", "yubikey"]
categories = ["command-line-utilities", "cryptography"] categories = ["command-line-utilities", "cryptography"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
edition = "2021" edition = "2021"
rust-version = "1.56" # MSRV rust-version = "1.60" # MSRV
[package.metadata.deb] [package.metadata.deb]
extended-description = """\ extended-description = """\
+1 -1
View File
@@ -9,7 +9,7 @@ which enables files to be encrypted to age identities stored on YubiKeys.
On Windows, Linux, and macOS, you can use the On Windows, Linux, and macOS, you can use the
[pre-built binaries](https://github.com/str4d/age-plugin-yubikey/releases). [pre-built binaries](https://github.com/str4d/age-plugin-yubikey/releases).
If your system has Rust 1.56+ installed (either via `rustup` or a system If your system has Rust 1.60+ installed (either via `rustup` or a system
package), you can build directly from source: package), you can build directly from source:
``` ```
+1 -1
View File
@@ -1 +1 @@
1.56.0 1.60.0