diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9fcaea4..bf15857 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -16,7 +16,7 @@ jobs: - macos-latest rust: - stable - - 1.32.0 # MSRV (Rust 2018 and rand support) + - 1.36.0 # MSRV (Rust 2018 and dev-dependency `serde_json`) cargo_args: - "" - --features serde diff --git a/CHANGELOG.md b/CHANGELOG.md index 046e5ae..9cf6db5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +* Bump MSRV (minimum supported rust version) to rust 1.36.0. + ## [0.4.1] - 2021-01-06 ### Added diff --git a/README.md b/README.md index 3dc2dd5..7bf6f66 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Other notable added methods are: ## MSRV (Minimum Supported Rust Version) -This crate requires Rust 1.32.0 or later. +This crate requires Rust 1.36.0 or later. # Changes