File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 22
22
23
23
include :
24
24
# Test MSRV
25
- - rust : 1.65 .0 # keep in sync with manifest rust-version
25
+ - rust : 1.70 .0 # keep in sync with manifest rust-version
26
26
TARGET : x86_64-unknown-linux-gnu
27
27
28
28
# Test nightly but don't fail
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Breaking
11
+ - MSRV is now ` 1.70.0 ` .
12
+
10
13
## [ v0.6.0] - 2024-08-07
11
14
12
15
### Breaking
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ categories = ["no-std"]
8
8
description = " serde-json for no_std programs"
9
9
documentation = " https://docs.rs/serde-json-core"
10
10
edition = " 2018"
11
- rust-version = " 1.65 .0" # keep in sync with ci, src/lib.rs, and README
11
+ rust-version = " 1.70 .0" # keep in sync with ci, src/lib.rs, and README
12
12
keywords = [" serde" , " json" ]
13
13
license = " MIT OR Apache-2.0"
14
14
name = " 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].
12
12
13
13
## Minimum Supported Rust Version (MSRV)
14
14
15
- This crate is guaranteed to compile on stable Rust 1.65 .0 and up. It * might*
15
+ This crate is guaranteed to compile on stable Rust 1.70 .0 and up. It * might*
16
16
compile with older versions but that may change in any new patch release.
17
17
18
18
## License
Original file line number Diff line number Diff line change 70
70
//!
71
71
//! # Minimum Supported Rust Version (MSRV)
72
72
//!
73
- //! This crate is guaranteed to compile on stable Rust 1.65 .0 and up. It *might* compile with older
73
+ //! This crate is guaranteed to compile on stable Rust 1.70 .0 and up. It *might* compile with older
74
74
//! versions but that may change in any new patch release.
75
75
76
76
#![ deny( missing_docs) ]
You can’t perform that action at this time.
0 commit comments