Skip to content

Commit f2a8ec4

Browse files
committed
Switch to Rust 2021
1 parent 55c0091 commit f2a8ec4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
## 2.0.3 - 2023-03-27
66

77
- Upgrade `quick_xml` to `0.28` [`#146`](https://github.com/rust-syndication/rss/pull/146)
8+
- Switch to Rust 2021 [`#147`](https://github.com/rust-syndication/rss/pull/147)
89

910
## 2.0.2 - 2023-01-14
1011

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
99
readme = "README.md"
1010
keywords = ["rss", "feed", "parser", "parsing"]
1111
include = ["src/*", "Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE", "README.md"]
12-
edition = "2018"
12+
edition = "2021"
1313

1414
[package.metadata.docs.rs]
1515
all-features = false

0 commit comments

Comments
 (0)