Skip to content

Commit

Permalink
Merge pull request #240 from rust-embedded/badges
Browse files Browse the repository at this point in the history
add more badges
  • Loading branch information
burrbull authored Aug 10, 2024
2 parents 955ed02 + 24a5690 commit 9726c39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ liquid = "0.26.0"
once_cell = "1.18.0"
rayon = "1.7.0"
regex = "1.10"
itertools = "0.12.0"
itertools = "0.13.0"
phf = { version = "0.11", features = ["macros"] }

[dependencies.yaml-rust]
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
![GitHub top language](https://img.shields.io/github/languages/top/rust-embedded/svdtools)
![Minimum Supported Rust Version](https://img.shields.io/badge/rustc-1.70+-blue.svg)
[![crates.io](https://img.shields.io/crates/v/svdtools.svg)](https://crates.io/crates/svdtools)
[![crates.io](https://img.shields.io/crates/d/svdtools.svg)](https://crates.io/crates/svdtools)
[![Released API docs](https://docs.rs/svdtools/badge.svg)](https://docs.rs/svdtools)
![Crates.io](https://img.shields.io/crates/l/svdtools)
[![dependency status](https://deps.rs/repo/github/rust-embedded/svdtools/status.svg)](https://deps.rs/repo/github/rust-embedded/svdtools)
[![Continuous integration](https://github.com/rust-embedded/svdtools/workflows/Continuous%20integration/badge.svg)](https://github.com/rust-embedded/svdtools)

# svdtools

Expand Down

0 comments on commit 9726c39

Please sign in to comment.