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 16
16
- macos-latest
17
17
rust :
18
18
- stable
19
- - 1.32 .0 # MSRV (Rust 2018 and rand support )
19
+ - 1.36 .0 # MSRV (Rust 2018 and dev-dependency `serde_json` )
20
20
cargo_args :
21
21
- " "
22
22
- --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
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Changed
10
+
11
+ * Bump MSRV (minimum supported rust version) to rust 1.36.0.
12
+
9
13
## [ 0.4.1] - 2021-01-06
10
14
11
15
### Added
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Other notable added methods are:
21
21
22
22
## MSRV (Minimum Supported Rust Version)
23
23
24
- This crate requires Rust 1.32 .0 or later.
24
+ This crate requires Rust 1.36 .0 or later.
25
25
26
26
# Changes
27
27
You can’t perform that action at this time.
0 commit comments