Bump MSRV to 1.70
This commit is contained in:
@@ -8,6 +8,9 @@ to 0.3.0 are beta releases.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
- MSRV is now 1.70.0.
|
||||
|
||||
## [0.5.0] - 2024-08-04
|
||||
### Fixed
|
||||
- `age-plugin-yubikey` can now be compiled with Rust 1.80 and above.
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ keywords = ["age", "cli", "encryption", "yubikey"]
|
||||
categories = ["command-line-utilities", "cryptography"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.67" # MSRV
|
||||
rust-version = "1.70" # MSRV
|
||||
|
||||
[package.metadata.deb]
|
||||
extended-description = """\
|
||||
|
||||
@@ -8,7 +8,7 @@ which enables files to be encrypted to age identities stored on YubiKeys.
|
||||
|
||||
| Environment | CLI command |
|
||||
|-------------|-------------|
|
||||
| Cargo (Rust 1.67+) | `cargo install age-plugin-yubikey` |
|
||||
| Cargo (Rust 1.70+) | `cargo install age-plugin-yubikey` |
|
||||
| Homebrew (macOS or Linux) | `brew install age-plugin-yubikey` |
|
||||
| Arch Linux | `pacman -S age-plugin-yubikey` |
|
||||
| Debian | [Debian package](https://github.com/str4d/age-plugin-yubikey/releases) |
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
[toolchain]
|
||||
channel = "1.67.0"
|
||||
channel = "1.70.0"
|
||||
components = ["clippy", "rustfmt"]
|
||||
|
||||
Reference in New Issue
Block a user