From aef092da9fa831252cd830393f9618a66c7a8e6c Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sun, 16 Dec 2018 21:58:51 -0800 Subject: Add badges for crates.io and minimum rustc version This change adds another two badges to the repository. The first one simply lists the most recent version of the crate as published on crates.io. The second one states the minimum version of rustc that is required for building. We have recently switched to using Rust 2018 and with that we have a requirement for version 1.31 of the toolchain. In the future the hope is that now that we have a proper CI/CD pipeline based off of Docker images we should be able to build on past versions of Rust, even if they are not used during development. --- nitrocli/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nitrocli/README.md') diff --git a/nitrocli/README.md b/nitrocli/README.md index 694d016..d22ee71 100644 --- a/nitrocli/README.md +++ b/nitrocli/README.md @@ -1,4 +1,6 @@ [![pipeline](https://gitlab.com/d-e-s-o/nitrocli/badges/devel/pipeline.svg)](https://gitlab.com/d-e-s-o/nitrocli/commits/devel) +[![crates.io](https://img.shields.io/crates/v/nitrocli.svg)](https://crates.io/crates/nitrocli) +[![rustc](https://img.shields.io/badge/rustc-1.31+-blue.svg)](https://blog.rust-lang.org/2018/12/06/Rust-1.31-and-rust-2018.html) nitrocli ======== -- cgit v1.2.1