Skip to content

Commit

Permalink
Update rss crate version dependency
Browse files Browse the repository at this point in the history
Also bump this crate's version to 0.2.0, because rss's types are exposed
in syndication's public API, which will force clients to update rss if
they depend on it and if they need to interoperate with syndication to
update.

[breaking-change]
  • Loading branch information
FraGag committed Jun 3, 2016
1 parent d1baef5 commit 71398c3
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.1.1"
version = "0.2.0"
authors = ["Tom Shen <[email protected]>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tomshen/rust-syndication"
Expand All @@ -10,4 +10,4 @@ exclude = ["test-data/*"]

[dependencies]
atom_syndication = "0.1"
rss = "0.2"
rss = "0.3"

0 comments on commit 71398c3

Please sign in to comment.