Skip to content

Commit 9726c39

Browse files
authored
Merge pull request #240 from rust-embedded/badges
add more badges
2 parents 955ed02 + 24a5690 commit 9726c39

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ liquid = "0.26.0"
4747
once_cell = "1.18.0"
4848
rayon = "1.7.0"
4949
regex = "1.10"
50-
itertools = "0.12.0"
50+
itertools = "0.13.0"
5151
phf = { version = "0.11", features = ["macros"] }
5252

5353
[dependencies.yaml-rust]

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1+
![GitHub top language](https://img.shields.io/github/languages/top/rust-embedded/svdtools)
2+
![Minimum Supported Rust Version](https://img.shields.io/badge/rustc-1.70+-blue.svg)
3+
[![crates.io](https://img.shields.io/crates/v/svdtools.svg)](https://crates.io/crates/svdtools)
14
[![crates.io](https://img.shields.io/crates/d/svdtools.svg)](https://crates.io/crates/svdtools)
5+
[![Released API docs](https://docs.rs/svdtools/badge.svg)](https://docs.rs/svdtools)
6+
![Crates.io](https://img.shields.io/crates/l/svdtools)
7+
[![dependency status](https://deps.rs/repo/github/rust-embedded/svdtools/status.svg)](https://deps.rs/repo/github/rust-embedded/svdtools)
8+
[![Continuous integration](https://github.com/rust-embedded/svdtools/workflows/Continuous%20integration/badge.svg)](https://github.com/rust-embedded/svdtools)
29

310
# svdtools
411

0 commit comments

Comments
 (0)