Skip to content

Commit 99fb744

Browse files
authored
Merge pull request #514 from tlevora/fix-readme-badge
Fix MSRV badge in README
2 parents c55a011 + 9342b5c commit 99fb744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ stm32h7xx-hal
66
[![docs.rs](https://docs.rs/stm32h7xx-hal/badge.svg)](https://docs.rs/stm32h7xx-hal)
77
[![CI](https://github.com/stm32-rs/stm32h7xx-hal/workflows/Continuous%20integration/badge.svg)](https://github.com/stm32-rs/stm32h7xx-hal/actions)
88
[![Crates.io](https://img.shields.io/crates/v/stm32h7xx-hal.svg)](https://crates.io/crates/stm32h7xx-hal)
9-
0[Minimum rustc version](https://img.shields.io/badge/rustc-1.80.0+-yellow.svg)
9+
![Minimum rustc version](https://img.shields.io/badge/rustc-1.80.0+-yellow.svg)
1010

1111
[_stm32h7xx-hal_](https://github.com/stm32-rs/stm32h7xx-hal) contains
1212
a hardware abstraction layer on top of the peripheral access API for

0 commit comments

Comments
 (0)