Skip to content

Commit fb0b8da

Browse files
committed
Bumped MSRV to 1.65.0
1 parent d254fc8 commit fb0b8da

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
include:
2424
# Test MSRV
25-
- rust: 1.62.0 # keep in sync with manifest rust-version
25+
- rust: 1.65.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ categories = ["no-std"]
44
description = "serde-json for no_std programs"
55
documentation = "https://docs.rs/serde-json-core"
66
edition = "2018"
7-
rust-version = "1.62.0" # keep in sync with ci, src/lib.rs, and README
7+
rust-version = "1.65.0" # keep in sync with ci, src/lib.rs, and README
88
keywords = ["serde", "json"]
99
license = "MIT OR Apache-2.0"
1010
name = "serde-json-core"

README.md

+1-1
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.62.0 and up. It *might*
15+
This crate is guaranteed to compile on stable Rust 1.65.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
//!
5353
//! # Minimum Supported Rust Version (MSRV)
5454
//!
55-
//! This crate is guaranteed to compile on stable Rust 1.62.0 and up. It *might* compile with older
55+
//! This crate is guaranteed to compile on stable Rust 1.65.0 and up. It *might* compile with older
5656
//! versions but that may change in any new patch release.
5757
5858
// #![deny(missing_docs)]

0 commit comments

Comments
 (0)