Skip to content

Commit

Permalink
Merge pull request #59 from akhilles/clarify-msrv
Browse files Browse the repository at this point in the history
Bump MSRV to 1.46
  • Loading branch information
akhilles committed Feb 14, 2021
2 parents 1273c9e + ed8dcaa commit 2e31cdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ rust:
- stable
- beta
- nightly
- 1.34.0
- 1.46.0
matrix:
allow_failures:
- rust: nightly
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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`
Expand Down

0 comments on commit 2e31cdb

Please sign in to comment.