aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2018-12-16 21:58:51 -0800
committerDaniel Mueller <deso@posteo.net>2018-12-16 21:58:51 -0800
commitaef092da9fa831252cd830393f9618a66c7a8e6c (patch)
treefec0d7dc39947d171346c7f82e75ae8741434a5e
parent6d0db4ef0d3c1cde9cc98606cbbb32977ece4218 (diff)
downloadnitrocli-aef092da9fa831252cd830393f9618a66c7a8e6c.tar.gz
nitrocli-aef092da9fa831252cd830393f9618a66c7a8e6c.tar.bz2
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.
-rw-r--r--nitrocli/README.md2
1 files changed, 2 insertions, 0 deletions
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
========