Skip to content

Commit ccd0475

Browse files
committed
Cargo.toml: remove badges
1 parent 1730e3e commit ccd0475

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ categories = ["embedded"]
88
edition = "2024"
99
license = "MIT"
1010
repository = "https://github.com/ftdi-rs/ftdi-embedded-hal/"
11-
documentation = "https://docs.rs/ftdi-embedded-hal"
1211
readme = "README.md"
1312

1413
[features]
@@ -32,6 +31,3 @@ eeprom24x = "0.7.0"
3231
lm75 = "1.0.0"
3332
spi-memory = "0.2.0"
3433
version-sync = "0.9.2"
35-
36-
[badges]
37-
maintenance = { status = "experimental" }

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
![Maintenance](https://img.shields.io/badge/maintenance-experimental-blue.svg)
21
[![crates.io](https://img.shields.io/crates/v/ftdi-embedded-hal.svg)](https://crates.io/crates/ftdi-embedded-hal)
32
[![docs.rs](https://docs.rs/ftdi-embedded-hal/badge.svg)](https://docs.rs/ftdi-embedded-hal/)
43
[![Build Status](https://github.com/ftdi-rs/ftdi-embedded-hal/workflows/CI/badge.svg)](https://github.com/ftdi-rs/ftdi-embedded-hal/actions)

README.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{{badges}}
21
[![crates.io](https://img.shields.io/crates/v/ftdi-embedded-hal.svg)](https://crates.io/crates/ftdi-embedded-hal)
32
[![docs.rs](https://docs.rs/ftdi-embedded-hal/badge.svg)](https://docs.rs/ftdi-embedded-hal/)
43
[![Build Status](https://github.com/ftdi-rs/ftdi-embedded-hal/workflows/CI/badge.svg)](https://github.com/ftdi-rs/ftdi-embedded-hal/actions)

0 commit comments

Comments
 (0)