3
3
[ ![ crates.io] [ crate-image ]] [ crate-link ]
4
4
[ ![ Documentation] [ doc-image ]] [ doc-link ]
5
5
[ ![ Build Status] [ build-image ]] [ build-link ]
6
- [ ![ dependency status] [ deps-image ]] [ deps-link ]
6
+ [ ![ Dependency Status] [ deps-image ]] [ deps-link ]
7
+ ![ Apache2/MIT licensed] [ license-image ]
7
8
![ MSRV] [ msrv-image ]
8
9
[ ![ Project Chat] [ chat-image ]] [ chat-link ]
9
10
@@ -81,7 +82,7 @@ You can follow our work on mitigating this issue in [#390].
81
82
82
83
# # Minimum Supported Rust Version (MSRV)
83
84
84
- This crate supports Rust 1.83 or higher.
85
+ This crate supports Rust 1.85 or higher.
85
86
86
87
In the future MSRV can be changed, but it will be done with a minor version bump.
87
88
@@ -102,13 +103,16 @@ dual licensed as above, without any additional terms or conditions.
102
103
103
104
[// ]: # (badges)
104
105
105
- [crate-image ]: https://img.shields.io/crates/v/rsa
106
+ [crate-image ]: https://img.shields.io/crates/v/rsa?logo=rust
106
107
[crate-link ]: https://crates.io/crates/rsa
107
108
[doc-image ]: https://docs.rs/rsa/badge.svg
108
109
[doc-link ]: https://docs.rs/rsa
110
+ [build-image ]: https://github.com/RustCrypto/RSA/actions/workflows/ci.yml/badge.svg
111
+ [build-link ]: https://github.com/RustCrypto/RSA/actions/workflows/ci.yml
109
112
[build-image ]: https://github.com/RustCrypto/RSA/actions/workflows/ci.yml/badge.svg?branch=master
110
113
[build-link ]: https://github.com/RustCrypto/RSA/actions/workflows/ci.yml?query=branch:master
111
- [msrv-image ]: https://img.shields.io/badge/rustc-1.83+-blue.svg
114
+ [license-image ]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
115
+ [msrv-image ]: https://img.shields.io/badge/rustc-1.85+-blue.svg
112
116
[chat-image ]: https://img.shields.io/badge/zulip-join_chat-blue.svg
113
117
[chat-link ]: https://rustcrypto.zulipchat.com/#narrow/stream/260047-RSA
114
118
[deps-image ]: https://deps.rs/repo/github/RustCrypto/RSA/status.svg
0 commit comments