mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
dsa: README.md fixups
This commit is contained in:
+3
-3
@@ -30,7 +30,7 @@ USE AT YOUR OWN RISK!
|
||||
|
||||
## Minimum Supported Rust Version
|
||||
|
||||
This crate requires **Rust 1.72** at a minimum.
|
||||
This crate requires **Rust 1.85** at a minimum.
|
||||
|
||||
We may change the MSRV in the future, but it will be accompanied by a minor
|
||||
version bump.
|
||||
@@ -52,14 +52,14 @@ dual licensed as above, without any additional terms or conditions.
|
||||
|
||||
[//]: # (badges)
|
||||
|
||||
[crate-image]: https://img.shields.io/crates/v/dsa
|
||||
[crate-image]: https://img.shields.io/crates/v/dsa?logo=rust
|
||||
[crate-link]: https://crates.io/crates/dsa
|
||||
[docs-image]: https://docs.rs/dsa/badge.svg
|
||||
[docs-link]: https://docs.rs/dsa/
|
||||
[build-image]: https://github.com/RustCrypto/signatures/actions/workflows/dsa.yml/badge.svg
|
||||
[build-link]: https://github.com/RustCrypto/signatures/actions/workflows/dsa.yml
|
||||
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
|
||||
[rustc-image]: https://img.shields.io/badge/rustc-1.72+-blue.svg
|
||||
[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg
|
||||
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
|
||||
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260048-signatures
|
||||
|
||||
|
||||
Reference in New Issue
Block a user