diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2024-01-18 22:08:39 +0100 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2024-01-19 14:47:10 +0100 |
commit | 56f880ad96f6778eae7029d1f432b414caa39739 (patch) | |
tree | a674e0459687fbee61dae7cf5e772fb5c2dbb868 /README.md | |
parent | 451f9fb372d4f7ff6f4f7196782ae18d0d7b3abd (diff) | |
download | ads1x1x-async-56f880ad96f6778eae7029d1f432b414caa39739.tar.gz ads1x1x-async-56f880ad96f6778eae7029d1f432b414caa39739.tar.xz ads1x1x-async-56f880ad96f6778eae7029d1f432b414caa39739.zip |
Raise MSRV + update CI
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ [![crates.io](https://img.shields.io/crates/v/ads1x1x.svg)](https://crates.io/crates/ads1x1x) [![Docs](https://docs.rs/ads1x1x/badge.svg)](https://docs.rs/ads1x1x) +![Minimum Supported Rust Version](https://img.shields.io/badge/rustc-1.62+-blue.svg) [![Build Status](https://github.com/eldruin/ads1x1x-rs/workflows/Build/badge.svg)](https://github.com/eldruin/ads1x1x-rs/actions?query=workflow%3ABuild) [![Coverage Status](https://coveralls.io/repos/github/eldruin/ads1x1x-rs/badge.svg?branch=master)](https://coveralls.io/github/eldruin/ads1x1x-rs?branch=master) |