]> git.lizzy.rs Git - enumset.git/commitdiff
Update MSRV to 1.36.0 due to updates to dependencies.
authorAlissa Rao <lymia@lymiahugs.com>
Mon, 4 Apr 2022 06:42:29 +0000 (23:42 -0700)
committerAlissa Rao <lymia@lymiahugs.com>
Mon, 4 Apr 2022 06:42:29 +0000 (23:42 -0700)
.github/workflows/rust.yml
.travis.yml
README.md

index 08b55a82ab383b270e9b1185de125346cdf689f6..2ce3cc2797f04c63b75c3bc686f9564d5f4c1d05 100644 (file)
@@ -4,13 +4,10 @@ on: [push, pull_request]
 
 jobs:
   build:
-
     runs-on: ubuntu-latest
-
     steps:
     - uses: actions/checkout@v1
     - name: Build
       run: cargo build --verbose
     - name: Run tests
       run: cargo test --verbose
-
index bc1a42bd62d6967187554eee8021ca0f9f38e407..5d75b6697e09e8ceba839a96885a1101f58f7c7d 100644 (file)
@@ -5,7 +5,7 @@ matrix:
     - rust: stable
     - rust: beta
     - rust: nightly
-    - rust: 1.34.0
+    - rust: 1.36.0
 
 script:
   - cd "${TRAVIS_BUILD_DIR}/enumset"
index 3bc702b6c6041d21cefe6a1d743304ccb86504f6..9ae917afc2121fbad9d3c82f14a736eff0d6b31d 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.34+](https://img.shields.io/badge/rustc-1.34+-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.