Skip to content

Commit fec9e24

Browse files
authored
Bump MSRV to 1.36.0 (sekineh#33)
Rust 1.36.0 is required for dev-dependency `serde_json` as of 1.0.73, through its dependency `itoa`.
1 parent db49db3 commit fec9e24

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)