Skip to content

Commit 601c252

Browse files
committed
Merge pull request #3 from FraGag/update-rss
Update rss crate version dependency
2 parents d1baef5 + 71398c3 commit 601c252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syndication"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["Tom Shen <tom@shen.io>"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/tomshen/rust-syndication"
@@ -10,4 +10,4 @@ exclude = ["test-data/*"]
1010

1111
[dependencies]
1212
atom_syndication = "0.1"
13-
rss = "0.2"
13+
rss = "0.3"

0 commit comments

Comments
 (0)