Skip to content

Commit

Permalink
Update atom crate version dependency (#6)
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
FraGag authored and tomshen committed Sep 20, 2016
1 parent d1d5058 commit 7316c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syndication"
version = "0.2.0"
version = "0.3.0"
authors = ["Tom Shen <[email protected]>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tomshen/rust-syndication"
Expand All @@ -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"

0 comments on commit 7316c1e

Please sign in to comment.