Skip to content

Commit 7a77a37

Browse files
committed
Fix README badge, remove bors.toml
1 parent 1db5af2 commit 7a77a37

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

.github/bors.toml

Lines changed: 0 additions & 13 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- [![Bors enabled](https://bors.tech/images/badge_small.svg)](https://app.bors.tech/repositories/12691) -->
77
[![CI](https://github.com/stm32-rs/stm32h5xx-hal/workflows/Continuous%20integration/badge.svg)](https://github.com/stm32-rs/stm32h5xx-hal/actions)
88
[![Crates.io](https://img.shields.io/crates/v/stm32h5xx-hal.svg)](https://crates.io/crates/stm32h5xx-hal)
9-
![Minimum rustc version](https://img.shields.io/badge/rustc-1.69.0+-yellow.svg)
9+
![Minimum rustc version](https://img.shields.io/badge/rustc-1.78.0+-yellow.svg)
1010

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

tools/verify-rust-version.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const re2 = /(1\.[0-9]{2}\.[0-9]{1})/g;
77
const cargo_toml = 'Cargo.toml';
88
const files = [
99
'README.md',
10-
'.github/bors.toml',
1110
'.github/workflows/ci.yml',
1211
'.github/workflows/clippy.yml',
1312
'.github/workflows/nightly.yml',

0 commit comments

Comments
 (0)