From d2bb92915a82b7bbc71249206d563a54b746acb3 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Wed, 26 Oct 2022 08:05:12 +0000 Subject: [PATCH] Bump MSRV to 1.59.0 Closes str4d/rage#348. --- .github/workflows/ci.yml | 16 ++++++++-------- .github/workflows/interop.yml | 2 +- README.md | 2 +- age-core/CHANGELOG.md | 1 + age-core/Cargo.toml | 2 +- age-plugin/CHANGELOG.md | 2 ++ age-plugin/Cargo.toml | 2 +- age/CHANGELOG.md | 1 + age/Cargo.toml | 2 +- rage/CHANGELOG.md | 3 +++ rage/Cargo.toml | 2 +- rust-toolchain | 2 +- 12 files changed, 22 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aeec7a0..4155493 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: - toolchain: 1.56.0 + toolchain: 1.59.0 override: true - name: cargo fetch uses: actions-rs/cargo@v1 @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: - toolchain: 1.56.0 + toolchain: 1.59.0 override: true - name: Add target run: rustup target add ${{ matrix.target }} @@ -63,7 +63,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: - toolchain: 1.56.0 + toolchain: 1.59.0 override: true - name: Install linux build dependencies run: sudo apt install libfuse-dev @@ -74,14 +74,14 @@ jobs: args: --tests --examples --benches --all-features clippy: - name: Clippy (1.56.0) + name: Clippy (1.59.0) runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: - toolchain: 1.56.0 + toolchain: 1.59.0 components: clippy override: true - name: Install linux build dependencies @@ -89,7 +89,7 @@ jobs: - name: Clippy check uses: actions-rs/clippy-check@v1 with: - name: Clippy (1.56.0) + name: Clippy (1.59.0) token: ${{ secrets.GITHUB_TOKEN }} args: --all-features --all-targets -- -D warnings @@ -123,7 +123,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: - toolchain: 1.56.0 + toolchain: 1.59.0 override: true - name: cargo fetch uses: actions-rs/cargo@v1 @@ -146,7 +146,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: - toolchain: 1.56.0 + toolchain: 1.59.0 components: rustfmt override: true - name: Check formatting diff --git a/.github/workflows/interop.yml b/.github/workflows/interop.yml index ca8f677..45a2962 100644 --- a/.github/workflows/interop.yml +++ b/.github/workflows/interop.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: - toolchain: 1.56.0 + toolchain: 1.59.0 override: true - name: cargo build run: cargo build --release --features unstable diff --git a/README.md b/README.md index 8ac580a..4a13bfa 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The reference interoperable Go implementation is available at | Environment | CLI command | |-------------|-------------| -| Cargo (Rust 1.56+) | `cargo install rage` | +| Cargo (Rust 1.59+) | `cargo install rage` | | Homebrew (macOS or Linux) | `brew tap str4d.xyz/rage https://str4d.xyz/rage`
`brew install rage` | | openSUSE Tumbleweed | `zypper install rage-encryption` | diff --git a/age-core/CHANGELOG.md b/age-core/CHANGELOG.md index 0df0d22..d33942c 100644 --- a/age-core/CHANGELOG.md +++ b/age-core/CHANGELOG.md @@ -8,6 +8,7 @@ to 1.0.0 are beta releases. ## [Unreleased] ### Changed +- MSRV is now 1.59.0. - Migrated to `aead 0.5`. ## [0.8.0] - 2022-05-02 diff --git a/age-core/Cargo.toml b/age-core/Cargo.toml index 5bde47f..d0b98ac 100644 --- a/age-core/Cargo.toml +++ b/age-core/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/str4d/rage" readme = "README.md" license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.56" +rust-version = "1.59" [package.metadata.docs.rs] all-features = true diff --git a/age-plugin/CHANGELOG.md b/age-plugin/CHANGELOG.md index b2cb20c..a7d3f00 100644 --- a/age-plugin/CHANGELOG.md +++ b/age-plugin/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to Rust's notion of to 1.0.0 are beta releases. ## [Unreleased] +### Changed +- MSRV is now 1.59.0. ## [0.3.0] - 2022-05-02 ### Added diff --git a/age-plugin/Cargo.toml b/age-plugin/Cargo.toml index a683b76..f62a067 100644 --- a/age-plugin/Cargo.toml +++ b/age-plugin/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/str4d/rage" readme = "README.md" license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.56" +rust-version = "1.59" [dependencies] age-core = { version = "0.8.0", path = "../age-core", features = ["plugin"] } diff --git a/age/CHANGELOG.md b/age/CHANGELOG.md index d13d3f5..079832d 100644 --- a/age/CHANGELOG.md +++ b/age/CHANGELOG.md @@ -16,6 +16,7 @@ to 1.0.0 are beta releases. - `impl Clone for Identity` ### Changed +- MSRV is now 1.59.0. - `age::Encryptor::with_recipients` now returns `Option`, with `None` returned if the provided list of recipients is empty (to prevent files being encrypted to no recipients). The `recipients` argument is also now diff --git a/age/Cargo.toml b/age/Cargo.toml index f82fcf9..1ac4d1f 100644 --- a/age/Cargo.toml +++ b/age/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["rage", "encryption"] categories = ["cryptography"] license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.56" +rust-version = "1.59" [badges] maintenance = { status = "experimental" } diff --git a/rage/CHANGELOG.md b/rage/CHANGELOG.md index bb17f49..2bfb337 100644 --- a/rage/CHANGELOG.md +++ b/rage/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to Rust's notion of to 1.0.0 are beta releases. ## [Unreleased] +### Changed +- MSRV is now 1.59.0. + ### Fixed - Encryption now returns an error if the file would be encrypted to no recipients. This can occur if only `-R/--recipients-file` flags are provided, diff --git a/rage/Cargo.toml b/rage/Cargo.toml index f431df8..9734e21 100644 --- a/rage/Cargo.toml +++ b/rage/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["age", "cli", "encryption"] categories = ["command-line-utilities", "cryptography"] license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.56" +rust-version = "1.59" default-run = "rage" [package.metadata.deb] diff --git a/rust-toolchain b/rust-toolchain index 3ebf789..bb120e8 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.56.0 +1.59.0