diff --git a/Cargo.toml b/Cargo.toml index a294813..ad54455 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syndication" -version = "0.1.1" +version = "0.2.0" authors = ["Tom Shen "] license = "MIT OR Apache-2.0" repository = "https://github.com/tomshen/rust-syndication" @@ -10,4 +10,4 @@ exclude = ["test-data/*"] [dependencies] atom_syndication = "0.1" -rss = "0.2" +rss = "0.3"