Skip to content

Commit

Permalink
Bump MSRV to 1.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Jan 13, 2024
1 parent 9afa696 commit 30530be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- nightly
- beta
- stable
- 1.56.0
- 1.57.0

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## 0.13.0 - Unreleased
## 0.12.3 - Unreleased

- Bump MSRV (Minimum Supported Rust Version) from 1.56.0 to 1.57.0 [`#80`](https://github.com/rust-syndication/atom/pull/80)

## 0.12.2 - 2023-07-26

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ Library for serializing the Atom web content syndication format.

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

This crate requires *Rustc version 1.56.0 or greater*.
This crate requires *Rustc version 1.57.0 or greater*.

## Usage

Add the dependency to your `Cargo.toml`.

```toml
[dependencies]
atom_syndication = "0.11"
atom_syndication = "0.12"
```

Or, if you want [Serde](https://github.com/serde-rs/serde) include the feature like this:

```toml
[dependencies]
atom_syndication = { version = "0.11", features = ["with-serde"] }
atom_syndication = { version = "0.12", features = ["with-serde"] }
```

The package includes a single crate named `atom_syndication`.
Expand Down

0 comments on commit 30530be

Please sign in to comment.