File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 21
21
22
22
include :
23
23
# Test MSRV
24
- - rust : 1.51.0
24
+ - rust : 1.55.0 # keep in sync with manifest rust-version
25
25
TARGET : x86_64-unknown-linux-gnu
26
26
27
27
# Test nightly but don't fail
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
13
13
` NEG_INFINITY ` ) to result in JSON ` null ` . This matches ` serde_json ` behavior.
14
14
- Changed deserialization of JSON ` null ` where ` f32 ` /` f64 ` is expected to result in
15
15
the respective ` NAN ` .
16
+ - [ breaking-change] increase MSRV to Rust ` 1.55.0 ` due to ` maybe_uninit_extra ` .
16
17
17
18
## [ v0.4.0] - 2021-05-08
18
19
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ categories = ["no-std"]
4
4
description = " serde-json for no_std programs"
5
5
documentation = " https://docs.rs/serde-json-core"
6
6
edition = " 2018"
7
+ rust-version = " 1.55.0" # keep in sync with ci
7
8
keywords = [" serde" , " json" ]
8
9
license = " MIT OR Apache-2.0"
9
10
name = " serde-json-core"
You can’t perform that action at this time.
0 commit comments