From ed8dcaa806b58507a16bc4e7f8b1d21eea623231 Mon Sep 17 00:00:00 2001 From: Akhil Velagapudi Date: Fri, 12 Feb 2021 10:26:34 -0500 Subject: [PATCH] Bump MSRV to 1.46 --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dee3a36..dee3190 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ rust: - stable - beta - nightly - - 1.34.0 + - 1.46.0 matrix: allow_failures: - rust: nightly diff --git a/README.md b/README.md index 94625ce..ff0db24 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Docs](https://docs.rs/crc/badge.svg)](https://docs.rs/crc) [![License](https://img.shields.io/crates/l/crc.svg?maxAge=2592000)](https://github.com/mrhooray/crc-rs#license) -Rust implementation of CRC(16, 32, 64) +Rust implementation of CRC(16, 32, 64). MSRV is 1.46. ## Usage Add `crc` to `Cargo.toml`