Skip to content

Commit f1a9754

Browse files
committed
bump MSRV to 1.55
1 parent 06a1521 commit f1a9754

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
include:
2323
# Test MSRV
24-
- rust: 1.51.0
24+
- rust: 1.55.0 # keep in sync with manifest rust-version
2525
TARGET: x86_64-unknown-linux-gnu
2626

2727
# Test nightly but don't fail

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313
`NEG_INFINITY`) to result in JSON `null`. This matches `serde_json` behavior.
1414
- Changed deserialization of JSON `null` where `f32`/`f64` is expected to result in
1515
the respective `NAN`.
16+
- [breaking-change] increase MSRV to Rust `1.55.0` due to `maybe_uninit_extra`.
1617

1718
## [v0.4.0] - 2021-05-08
1819

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ categories = ["no-std"]
44
description = "serde-json for no_std programs"
55
documentation = "https://docs.rs/serde-json-core"
66
edition = "2018"
7+
rust-version = "1.55.0" # keep in sync with ci
78
keywords = ["serde", "json"]
89
license = "MIT OR Apache-2.0"
910
name = "serde-json-core"

0 commit comments

Comments
 (0)