diff --git a/.github/workflows/ssh-encoding.yml b/.github/workflows/ssh-encoding.yml index 5a15a96..4b90127 100644 --- a/.github/workflows/ssh-encoding.yml +++ b/.github/workflows/ssh-encoding.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: rust: - - 1.60.0 # MSRV + - 1.71.0 # MSRV - stable target: - thumbv7em-none-eabi @@ -47,7 +47,7 @@ jobs: strategy: matrix: rust: - - 1.60.0 # MSRV + - 1.71.0 # MSRV - stable steps: - uses: actions/checkout@v4 diff --git a/ssh-encoding/Cargo.toml b/ssh-encoding/Cargo.toml index c2ac88d..541299b 100644 --- a/ssh-encoding/Cargo.toml +++ b/ssh-encoding/Cargo.toml @@ -13,7 +13,7 @@ categories = ["authentication", "cryptography", "encoding", "no-std", "parser-im keywords = ["crypto", "certificate", "key", "openssh", "ssh"] readme = "README.md" edition = "2021" -rust-version = "1.60" +rust-version = "1.71" [dependencies] base64ct = { version = "1.4", optional = true } diff --git a/ssh-encoding/README.md b/ssh-encoding/README.md index 3251474..04b3d35 100644 --- a/ssh-encoding/README.md +++ b/ssh-encoding/README.md @@ -16,7 +16,7 @@ in [RFC4251]. ## Minimum Supported Rust Version -This crate requires **Rust 1.60** at a minimum. +This crate requires **Rust 1.71** at a minimum. We may change the MSRV in the future, but it will be accompanied by a minor version bump. @@ -43,7 +43,7 @@ dual licensed as above, without any additional terms or conditions. [docs-image]: https://docs.rs/ssh-encoding/badge.svg [docs-link]: https://docs.rs/ssh-encoding/ [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg -[rustc-image]: https://img.shields.io/badge/rustc-1.60+-blue.svg +[rustc-image]: https://img.shields.io/badge/rustc-1.71+-blue.svg [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/346919-SSH [build-image]: https://github.com/RustCrypto/SSH/actions/workflows/ssh-encoding.yml/badge.svg