diff --git a/Cargo.lock b/Cargo.lock index 3c3996c..d0c504d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1191,7 +1191,7 @@ dependencies = [ [[package]] name = "rss-forwarder" -version = "0.7.0-beta.2" +version = "0.7.0-beta.3" dependencies = [ "async-trait", "atom_syndication", diff --git a/Cargo.toml b/Cargo.toml index b70f005..e519fe0 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.7.0-beta.2" +version = "0.7.0-beta.3" authors = ["Markus Wiegand "] edition = "2021" rust-version = "1.70"