]> git.lizzy.rs Git - enumset.git/commitdiff
Acknowledge that our MSRV is actually 1.34+, not 1.31+.
authorAlissa Rao <lymia@lymiahugs.com>
Wed, 24 Feb 2021 18:02:04 +0000 (10:02 -0800)
committerAlissa Rao <lymia@lymiahugs.com>
Wed, 24 Feb 2021 18:02:04 +0000 (10:02 -0800)
.travis.yml
README.md

index 8e428dac8f09e7ae464d783dd6a5519d4a6e24f8..bc1a42bd62d6967187554eee8021ca0f9f38e407 100644 (file)
@@ -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"
index 5efe2940daa06c83f2bcbd43056dee646a09e2e1..3bc702b6c6041d21cefe6a1d743304ccb86504f6 100644 (file)
--- 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.