File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121
2222 include :
2323 # Test MSRV
24- - rust : 1.56 .0 # keep in sync with manifest rust-version
24+ - rust : 1.62 .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 @@ -4,7 +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.56 .0" # keep in sync with ci, src/lib.rs, and README
7+ rust-version = " 1.62 .0" # keep in sync with ci, src/lib.rs, and README
88keywords = [" serde" , " json" ]
99license = " MIT OR Apache-2.0"
1010name = " serde-json-core"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This project is developed and maintained by the [rust-embedded-community].
1212
1313## Minimum Supported Rust Version (MSRV)
1414
15- This crate is guaranteed to compile on stable Rust 1.56 .0 and up. It * might*
15+ This crate is guaranteed to compile on stable Rust 1.62 .0 and up. It * might*
1616compile with older versions but that may change in any new patch release.
1717
1818## License
Original file line number Diff line number Diff line change 5252//!
5353//! # Minimum Supported Rust Version (MSRV)
5454//!
55- //! This crate is guaranteed to compile on stable Rust 1.56 .0 and up. It *might* compile with older
55+ //! This crate is guaranteed to compile on stable Rust 1.62 .0 and up. It *might* compile with older
5656//! versions but that may change in any new patch release.
5757
5858#![ deny( missing_docs) ]
You can’t perform that action at this time.
0 commit comments