Skip to content

Commit

Permalink
Bump MSRV to 1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Jul 10, 2022
1 parent 8f0e623 commit eb33b90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- nightly
- beta
- stable
- 1.40.0
- 1.42.0

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,7 @@

- Wrap `quick_xml::XmlError` into a newtype [`#65`](https://github.com/rust-syndication/atom/pull/65)
- Implement `std::error::Error` for `XmlError`. Mark helper traits as `pub(crate)` to prevent their accidental leakage to public API [`#66`](https://github.com/rust-syndication/atom/pull/66)
- Bump MSRV (Minimum Supported Rust Version) from 1.40.0 to 1.42.0 [`#66`](https://github.com/rust-syndication/atom/pull/66)

## 0.11.0 - 2021-10-20

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ Library for serializing the Atom web content syndication format.

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

This crate requires *Rustc version 1.40.0 or greater*.
This crate requires *Rustc version 1.42.0 or greater*.

## Usage

Expand Down

0 comments on commit eb33b90

Please sign in to comment.