diff --git a/Cargo.lock b/Cargo.lock index 2abd467..0d11c05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -885,7 +885,7 @@ dependencies = [ [[package]] name = "rss-forwarder" -version = "0.6.0" +version = "0.6.1" dependencies = [ "async-trait", "atom_syndication", diff --git a/Cargo.toml b/Cargo.toml index da770d8..80d0e93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rss-forwarder" description = "Checks RSS feeds for new entries and forwards them." -version = "0.6.0" +version = "0.6.1" authors = ["Markus Wiegand "] edition = "2021" rust-version = "1.66"