From 835c6b1d26a90f928a1b9608c4eccb4ae16e66d4 Mon Sep 17 00:00:00 2001 From: Rahix Date: Mon, 19 Jul 2021 17:15:29 +0200 Subject: [PATCH] README: Update crates.io badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a08469b5a7589ddfcfd35b0ba41be7d5e63450c6..a24d1188903677c25b59a30fc57eeaad50127565 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -avr-device [![crates.io page](http://meritbadge.herokuapp.com/avr-device)](https://crates.io/crates/avr-device) [![docs.rs](https://docs.rs/avr-device/badge.svg)](https://docs.rs/avr-device) ![Continuous Integration](https://github.com/Rahix/avr-device/workflows/Continuous%20Integration/badge.svg) +avr-device [![crates.io page](https://img.shields.io/crates/v/avr-device.svg)](https://crates.io/crates/avr-device) [![docs.rs](https://docs.rs/avr-device/badge.svg)](https://docs.rs/avr-device) ![Continuous Integration](https://github.com/Rahix/avr-device/workflows/Continuous%20Integration/badge.svg) ========== Auto-generated wrappers around registers for AVR microcontrollers.