Bump MSRV to 1.65.0
`yubikey 0.8.0` will have this MSRV, and it includes changes we need.
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ to 0.3.0 are beta releases.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Changed
|
### Changed
|
||||||
- MSRV is now 1.60.0.
|
- MSRV is now 1.65.0.
|
||||||
- The YubiKey PIV PIN and touch caches are now preserved across processes in
|
- The YubiKey PIV PIN and touch caches are now preserved across processes in
|
||||||
most cases. See [README.md](README.md#agent-support) for exceptions. This has
|
most cases. See [README.md](README.md#agent-support) for exceptions. This has
|
||||||
several usability effects (not applicable to YubiKey 4 series):
|
several usability effects (not applicable to YubiKey 4 series):
|
||||||
|
|||||||
+1
-1
@@ -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.60" # MSRV
|
rust-version = "1.65" # MSRV
|
||||||
|
|
||||||
[package.metadata.deb]
|
[package.metadata.deb]
|
||||||
extended-description = """\
|
extended-description = """\
|
||||||
|
|||||||
@@ -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.60+ installed (either via `rustup` or a system
|
If your system has Rust 1.65+ installed (either via `rustup` or a system
|
||||||
package), you can build directly from source:
|
package), you can build directly from source:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.60.0"
|
channel = "1.65.0"
|
||||||
components = ["clippy", "rustfmt"]
|
components = ["clippy", "rustfmt"]
|
||||||
|
|||||||
Reference in New Issue
Block a user