From 87041f46409dce5e8874dd9087c43fa544a8bffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francis=20Gagn=C3=A9?= Date: Mon, 19 Sep 2016 20:33:10 -0400 Subject: [PATCH] Update atom crate version dependency Also bump this crate's version to 0.3.0, because atom's types are exposed in syndication's public API, which will force clients to update atom if they depend on it and if they need to interoperate with syndication. [breaking-change] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ad54455..96006de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syndication" -version = "0.2.0" +version = "0.3.0" authors = ["Tom Shen "] license = "MIT OR Apache-2.0" repository = "https://github.com/tomshen/rust-syndication" @@ -9,5 +9,5 @@ keywords = ["atom", "blog", "feed", "rss", "syndication"] exclude = ["test-data/*"] [dependencies] -atom_syndication = "0.1" +atom_syndication = "0.2" rss = "0.3"