Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down