Skip to content

Commit 21e1505

Browse files
master-haxeldruin
authored andcommitted
bump MSRV 1.65.0 -> 1.70.0
1 parent 3f53a79 commit 21e1505

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

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

2323
include:
2424
# 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
2626
TARGET: x86_64-unknown-linux-gnu
2727

2828
# Test nightly but don't fail

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = ["parsing", "no-std", "no-std::no-alloc", "embedded", "web-programm
88
description = "serde-json for no_std programs"
99
documentation = "https://docs.rs/serde-json-core"
1010
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
1212
keywords = ["serde", "json"]
1313
license = "MIT OR Apache-2.0"
1414
name = "serde-json-core"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.65.0 and up. It *might*
15+
This crate is guaranteed to compile on stable Rust 1.70.0 and up. It *might*
1616
compile with older versions but that may change in any new patch release.
1717

1818
## License

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
//!
7171
//! # Minimum Supported Rust Version (MSRV)
7272
//!
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
7474
//! versions but that may change in any new patch release.
7575
7676
#![deny(missing_docs)]

0 commit comments

Comments
 (0)