Skip to content

Commit edba302

Browse files
committed
changing MSRV to 1.81.0
1 parent 845ec0c commit edba302

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.70.0 # keep in sync with manifest rust-version
25+
- rust: 1.81.0 # keep in sync with manifest rust-version
2626
TARGET: x86_64-unknown-linux-gnu
2727

2828
# Test nightly but don't fail

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
## [Unreleased]
99

1010
### Breaking
11-
- MSRV is now `1.70.0`.
11+
- MSRV is now `1.81.0`.
1212

1313
## [v0.6.0] - 2024-08-07
1414

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.70.0" # keep in sync with ci, src/lib.rs, and README
11+
rust-version = "1.81.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.70.0 and up. It *might*
15+
This crate is guaranteed to compile on stable Rust 1.81.0 and up. It *might*
1616
compile with older versions but that may change in any new patch release.
1717

1818
## License

0 commit comments

Comments
 (0)