]> git.lizzy.rs Git - enumset.git/blobdiff - README.md
Update darling crate to 0.14.x
[enumset.git] / README.md
index 60824e12bf82bedfd254b73dae912ebcfb01b55e..508e4d627fd04f1783358c3bc370118a7b6d2ad3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
 # enumset
 
+[![Build Status](https://api.travis-ci.com/Lymia/enumset.svg?branch=master)](https://app.travis-ci.com/github/Lymia/enumset)
 [![Latest Version](https://img.shields.io/crates/v/enumset.svg)](https://crates.io/crates/enumset)
-![Requires rustc 1.30+](https://img.shields.io/badge/rustc-1.30+-red.svg)
+![Requires rustc 1.36+](https://img.shields.io/badge/rustc-1.36+-red.svg)
 [![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/enumset)
 
 A library for defining enums that can be used in compact bit sets.