From b0dcab3d99d64f7d234f3d38ab0b2eb0fbc108d6 Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Mon, 27 Mar 2023 19:42:36 +0200 Subject: [PATCH] Release 2.0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b0875f08e..629f36750 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rss" -version = "2.0.2" +version = "2.0.3" authors = ["James Hurst ", "Corey Farwell ", "Chris Palmer "] description = "Library for serializing the RSS web content syndication format" repository = "https://github.com/rust-syndication/rss"