Skip to content

Commit b3ed104

Browse files
committed
ssh-encoding: MSRV 1.71
The MSRV was increased due to the `digest` dependency in #268
1 parent 867f0b3 commit b3ed104

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ssh-encoding.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
rust:
31-
- 1.60.0 # MSRV
31+
- 1.71.0 # MSRV
3232
- stable
3333
target:
3434
- thumbv7em-none-eabi
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
rust:
50-
- 1.60.0 # MSRV
50+
- 1.71.0 # MSRV
5151
- stable
5252
steps:
5353
- uses: actions/checkout@v4

ssh-encoding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["authentication", "cryptography", "encoding", "no-std", "parser-im
1313
keywords = ["crypto", "certificate", "key", "openssh", "ssh"]
1414
readme = "README.md"
1515
edition = "2021"
16-
rust-version = "1.60"
16+
rust-version = "1.71"
1717

1818
[dependencies]
1919
base64ct = { version = "1.4", optional = true }

ssh-encoding/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ in [RFC4251].
1616

1717
## Minimum Supported Rust Version
1818

19-
This crate requires **Rust 1.60** at a minimum.
19+
This crate requires **Rust 1.71** at a minimum.
2020

2121
We may change the MSRV in the future, but it will be accompanied by a minor
2222
version bump.
@@ -43,7 +43,7 @@ dual licensed as above, without any additional terms or conditions.
4343
[docs-image]: https://docs.rs/ssh-encoding/badge.svg
4444
[docs-link]: https://docs.rs/ssh-encoding/
4545
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
46-
[rustc-image]: https://img.shields.io/badge/rustc-1.60+-blue.svg
46+
[rustc-image]: https://img.shields.io/badge/rustc-1.71+-blue.svg
4747
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
4848
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/346919-SSH
4949
[build-image]: https://github.com/RustCrypto/SSH/actions/workflows/ssh-encoding.yml/badge.svg

0 commit comments

Comments
 (0)