From 9ee51748ea5b0ab35a722a6f6d1087a23966e7a0 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Thu, 27 Jun 2024 14:58:41 -0600 Subject: [PATCH] MSRV 1.70 This unblocks dependency updates on #550 --- .github/workflows/ci.yml | 4 ++-- Cargo.toml | 4 ++-- README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05384a2c..81c331f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: matrix: toolchain: - stable - - 1.67.0 # MSRV + - 1.70.0 # MSRV steps: - uses: actions/checkout@v1 - uses: dtolnay/rust-toolchain@master @@ -34,7 +34,7 @@ jobs: matrix: toolchain: - stable - - 1.67.0 # MSRV + - 1.70.0 # MSRV steps: - uses: actions/checkout@v1 - uses: dtolnay/rust-toolchain@master diff --git a/Cargo.toml b/Cargo.toml index e04dabf9..ac25269e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yubihsm" -version = "0.42.1" +version = "0.43.0-pre" description = """ Pure Rust client for YubiHSM2 devices with support for HTTP and USB-based access to the device. Supports most HSM functionality @@ -14,7 +14,7 @@ readme = "README.md" categories = ["cryptography", "hardware-support"] keywords = ["ecdsa", "ed25519", "hmac", "hsm", "yubikey"] edition = "2021" -rust-version = "1.67" +rust-version = "1.70" [dependencies] aes = { version = "0.8", features = ["zeroize"] } diff --git a/README.md b/README.md index d772bf0a..5f505ca4 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ or endorsed by Yubico (although whoever runs their Twitter account ## Minimum Supported Rust Version -This crate requires Rust **1.57** or newer. +This crate requires Rust **1.70** or newer. ## Supported Commands @@ -159,7 +159,7 @@ See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details. [deps-image]: https://deps.rs/repo/github/iqlusioninc/yubihsm.rs/status.svg [deps-link]: https://deps.rs/repo/github/iqlusioninc/yubihsm.rs [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg -[rustc-image]: https://img.shields.io/badge/rustc-1.67+-blue.svg +[rustc-image]: https://img.shields.io/badge/rustc-1.70+-blue.svg [//]: # (general links)