From 8d8756aba97ecbf980bb937c9c85659e77b0c221 Mon Sep 17 00:00:00 2001 From: Alissa Rao Date: Wed, 24 Feb 2021 10:02:04 -0800 Subject: [PATCH] Acknowledge that our MSRV is actually 1.34+, not 1.31+. --- .travis.yml | 3 +-- README.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8e428da..bc1a42b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,7 @@ matrix: - rust: stable - rust: beta - rust: nightly - # TODO: This is temporarily disabled until I have time to investigate what's up with byteorder in 1.31.0 - #- rust: 1.31.0 + - rust: 1.34.0 script: - cd "${TRAVIS_BUILD_DIR}/enumset" diff --git a/README.md b/README.md index 5efe294..3bc702b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://api.travis-ci.com/Lymia/enumset.svg?branch=master)](https://travis-ci.com/Lymia/enumset) [![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.34+](https://img.shields.io/badge/rustc-1.34+-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. -- 2.44.0