File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Built on the pure Rust cryptography implementations maintained by the
2121
2222## Minimum Supported Rust Version
2323
24- This crate requires ** Rust 1.81 ** at a minimum.
24+ This crate requires ** Rust 1.85 ** at a minimum.
2525
2626We may change the MSRV in the future, but it will be accompanied by a minor
2727version bump.
@@ -43,12 +43,12 @@ dual licensed as above, without any additional terms or conditions.
4343
4444[ // ] : # ( badges )
4545
46- [ crate-image ] : https://img.shields.io/crates/v/ssh-cipher
46+ [ crate-image ] : https://img.shields.io/crates/v/ssh-cipher?logo=rust
4747[ crate-link ] : https://crates.io/crates/ssh-cipher
4848[ docs-image ] : https://docs.rs/ssh-cipher/badge.svg
4949[ docs-link ] : https://docs.rs/ssh-cipher/
5050[ license-image ] : https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
51- [ rustc-image ] : https://img.shields.io/badge/rustc-1.81 +-blue.svg
51+ [ rustc-image ] : https://img.shields.io/badge/rustc-1.85 +-blue.svg
5252[ chat-image ] : https://img.shields.io/badge/zulip-join_chat-blue.svg
5353[ chat-link ] : https://rustcrypto.zulipchat.com/#narrow/stream/346919-SSH
5454[ build-image ] : https://github.com/RustCrypto/SSH/actions/workflows/ssh-cipher.yml/badge.svg
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Custom derive support for the `Decode` and `Encode` traits in the [`ssh-encoding
1515
1616## Minimum Supported Rust Version
1717
18- This crate requires ** Rust 1.61 ** at a minimum.
18+ This crate requires ** Rust 1.85 ** at a minimum.
1919
2020We may change the MSRV in the future, but it will be accompanied by a minor
2121version bump.
@@ -37,12 +37,12 @@ dual licensed as above, without any additional terms or conditions.
3737
3838[ // ] : # ( badges )
3939
40- [ crate-image ] : https://img.shields.io/crates/v/ssh-derive
40+ [ crate-image ] : https://img.shields.io/crates/v/ssh-derive?logo=rust
4141[ crate-link ] : https://crates.io/crates/ssh-derive
4242[ docs-image ] : https://docs.rs/ssh-derive/badge.svg
4343[ docs-link ] : https://docs.rs/ssh-derive/
4444[ license-image ] : https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
45- [ rustc-image ] : https://img.shields.io/badge/rustc-1.61 +-blue.svg
45+ [ rustc-image ] : https://img.shields.io/badge/rustc-1.85 +-blue.svg
4646[ chat-image ] : https://img.shields.io/badge/zulip-join_chat-blue.svg
4747[ chat-link ] : https://rustcrypto.zulipchat.com/#narrow/stream/346919-SSH
4848[ build-image ] : https://github.com/RustCrypto/SSH/actions/workflows/ssh-derive.yml/badge.svg
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ in [RFC4251].
1616
1717## Minimum Supported Rust Version
1818
19- This crate requires ** Rust 1.81 ** at a minimum.
19+ This crate requires ** Rust 1.85 ** at a minimum.
2020
2121We may change the MSRV in the future, but it will be accompanied by a minor
2222version bump.
@@ -38,12 +38,12 @@ dual licensed as above, without any additional terms or conditions.
3838
3939[ // ] : # ( badges )
4040
41- [ crate-image ] : https://img.shields.io/crates/v/ssh-encoding
41+ [ crate-image ] : https://img.shields.io/crates/v/ssh-encoding?logo=rust
4242[ crate-link ] : https://crates.io/crates/ssh-encoding
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.81 +-blue.svg
46+ [ rustc-image ] : https://img.shields.io/badge/rustc-1.85 +-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
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ functionality for a particular SSH key algorithm.
8686
8787## Minimum Supported Rust Version
8888
89- This crate requires ** Rust 1.81 ** at a minimum.
89+ This crate requires ** Rust 1.85 ** at a minimum.
9090
9191We may change the MSRV in the future, but it will be accompanied by a minor
9292version bump.
@@ -108,12 +108,12 @@ dual licensed as above, without any additional terms or conditions.
108108
109109[ // ] : # ( badges )
110110
111- [ crate-image ] : https://img.shields.io/crates/v/ssh-key
111+ [ crate-image ] : https://img.shields.io/crates/v/ssh-key?logo=rust
112112[ crate-link ] : https://crates.io/crates/ssh-key
113113[ docs-image ] : https://docs.rs/ssh-key/badge.svg
114114[ docs-link ] : https://docs.rs/ssh-key/
115115[ license-image ] : https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
116- [ rustc-image ] : https://img.shields.io/badge/rustc-1.81 +-blue.svg
116+ [ rustc-image ] : https://img.shields.io/badge/rustc-1.85 +-blue.svg
117117[ chat-image ] : https://img.shields.io/badge/zulip-join_chat-blue.svg
118118[ chat-link ] : https://rustcrypto.zulipchat.com/#narrow/stream/346919-SSH
119119[ build-image ] : https://github.com/RustCrypto/SSH/actions/workflows/ssh-key.yml/badge.svg
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ OpenSSH-specific extensions (WIP).
1616
1717## Minimum Supported Rust Version
1818
19- This crate requires ** Rust 1.81 ** at a minimum.
19+ This crate requires ** Rust 1.85 ** at a minimum.
2020
2121We may change the MSRV in the future, but it will be accompanied by a minor
2222version bump.
@@ -38,12 +38,12 @@ dual licensed as above, without any additional terms or conditions.
3838
3939[ // ] : # ( badges )
4040
41- [ crate-image ] : https://img.shields.io/crates/v/ssh-protocol
41+ [ crate-image ] : https://img.shields.io/crates/v/ssh-protocol?logo=rust
4242[ crate-link ] : https://crates.io/crates/ssh-protocol
4343[ docs-image ] : https://docs.rs/ssh-protocol/badge.svg
4444[ docs-link ] : https://docs.rs/ssh-protocol/
4545[ license-image ] : https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
46- [ rustc-image ] : https://img.shields.io/badge/rustc-1.81 +-blue.svg
46+ [ rustc-image ] : https://img.shields.io/badge/rustc-1.85 +-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-protocol.yml/badge.svg
You can’t perform that action at this time.
0 commit comments