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 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ categories = ["no-std"]
44description = " serde-json for no_std programs"
55documentation = " https://docs.rs/serde-json-core"
66edition = " 2018"
7+ rust-version = " 1.55.0" # keep in sync with ci
78keywords = [" serde" , " json" ]
89license = " MIT OR Apache-2.0"
910name = " serde-json-core"
You can’t perform that action at this time.
0 commit comments