File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1616 - macos-latest
1717 rust :
1818 - stable
19- - 1.32 .0 # MSRV (Rust 2018 and rand support )
19+ - 1.36 .0 # MSRV (Rust 2018 and dev-dependency `serde_json` )
2020 cargo_args :
2121 - " "
2222 - --features serde
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ### Changed
10+
11+ * Bump MSRV (minimum supported rust version) to rust 1.36.0.
12+
913## [ 0.4.1] - 2021-01-06
1014
1115### Added
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Other notable added methods are:
2121
2222## MSRV (Minimum Supported Rust Version)
2323
24- This crate requires Rust 1.32 .0 or later.
24+ This crate requires Rust 1.36 .0 or later.
2525
2626# Changes
2727
You can’t perform that action at this time.
0 commit comments