Skip to content

Commit 9e79a7a

Browse files
committed
Bump MSRV to 1.83.0
1 parent e190170 commit 9e79a7a

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- nightly
1717
- beta
1818
- stable
19-
- 1.57.0
19+
- 1.83.0
2020

2121
steps:
2222
- uses: actions/checkout@v3

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Enables the parsing of elements defined in another namespace in Person constructs [`#91`](https://github.com/rust-syndication/atom/pull/91)
66
- Update `quick-xml` to `0.38` [`#92`](https://github.com/rust-syndication/atom/pull/92)
7+
- Bump MSRV (Minimum Supported Rust Version) from 1.57.0 to 1.83.0
78

89
## 0.12.7 - 2025-02-16
910

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ license = "MIT/Apache-2.0"
1010
readme = "README.md"
1111
keywords = ["atom", "feed", "parser", "parsing"]
1212
categories = ["parser-implementations"]
13+
rust-version = "1.83"
1314

1415
[dependencies]
1516
diligent-date-parser = "0.1.3"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Library for serializing the Atom web content syndication format.
88

99
[Documentation](https://docs.rs/atom_syndication/)
1010

11-
This crate requires *Rustc version 1.57.0 or greater*.
11+
This crate requires *Rustc version 1.83.0 or greater*.
1212

1313
## Usage
1414

0 commit comments

Comments
 (0)