X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=README.md;h=ffc7db2268f8376a4391ff5b2a33796eed32a713;hb=f8f2f571571cb244077740eef59df0a42ab948cc;hp=5efe2940daa06c83f2bcbd43056dee646a09e2e1;hpb=e8d3585293846f0c61a9cea7f136d439104d7d26;p=enumset.git diff --git a/README.md b/README.md index 5efe294..ffc7db2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # enumset -[![Build Status](https://api.travis-ci.com/Lymia/enumset.svg?branch=master)](https://travis-ci.com/Lymia/enumset) +[![Build Status](https://github.com/Lymia/enumset/actions/workflows/test.yml/badge.svg)](https://github.com/Lymia/enumset/actions/workflows/test.yml) [![Latest Version](https://img.shields.io/crates/v/enumset.svg)](https://crates.io/crates/enumset) -![Requires rustc 1.31+](https://img.shields.io/badge/rustc-1.31+-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.