Skip to content

Commit

Permalink
Fix README badge, remove bors.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
astapleton committed Oct 4, 2024
1 parent 1db5af2 commit 7a77a37
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
13 changes: 0 additions & 13 deletions .github/bors.toml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- [![Bors enabled](https://bors.tech/images/badge_small.svg)](https://app.bors.tech/repositories/12691) -->
[![CI](https://github.com/stm32-rs/stm32h5xx-hal/workflows/Continuous%20integration/badge.svg)](https://github.com/stm32-rs/stm32h5xx-hal/actions)
[![Crates.io](https://img.shields.io/crates/v/stm32h5xx-hal.svg)](https://crates.io/crates/stm32h5xx-hal)
![Minimum rustc version](https://img.shields.io/badge/rustc-1.69.0+-yellow.svg)
![Minimum rustc version](https://img.shields.io/badge/rustc-1.78.0+-yellow.svg)

[_stm32h5xx-hal_](https://github.com/stm32-rs/stm32h5xx-hal) contains
a hardware abstraction layer on top of the peripheral access API for
Expand Down
1 change: 0 additions & 1 deletion tools/verify-rust-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const re2 = /(1\.[0-9]{2}\.[0-9]{1})/g;
const cargo_toml = 'Cargo.toml';
const files = [
'README.md',
'.github/bors.toml',
'.github/workflows/ci.yml',
'.github/workflows/clippy.yml',
'.github/workflows/nightly.yml',
Expand Down

0 comments on commit 7a77a37

Please sign in to comment.