Skip to content

Commit

Permalink
remove rustc badge from root readme
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Oct 20, 2021
1 parent 831eef5 commit af94a4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RustCrypto: Message Authentication Codes ![Rust Version][rustc-image] [![Project Chat][chat-image]][chat-link] [![dependency status][deps-image]][deps-link]
# RustCrypto: Message Authentication Codes [![Project Chat][chat-image]][chat-link] [![dependency status][deps-image]][deps-link]

Collection of [Message Authentication Code][1] (MAC) algorithms written in pure Rust.

Expand Down Expand Up @@ -27,7 +27,6 @@ for inclusion in the work by you, as defined in the Apache-2.0 license

[//]: # (badges)

[rustc-image]: https://img.shields.io/badge/rustc-1.41+-blue.svg
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260044-MACs
[deps-image]: https://deps.rs/repo/github/RustCrypto/MACs/status.svg
Expand Down

0 comments on commit af94a4c

Please sign in to comment.