Skip to content

Commit

Permalink
Merge pull request #3 from FraGag/update-rss
Browse files Browse the repository at this point in the history
Update rss crate version dependency
  • Loading branch information
tomshen committed Jun 6, 2016
2 parents d1baef5 + 71398c3 commit 601c252
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 <tom@shen.io>"]
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 601c252

Please sign in to comment.