Skip to content

Commit 7316c1e

Browse files
FraGagtomshen
authored andcommitted
Update atom crate version dependency (#6)
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]
1 parent d1d5058 commit 7316c1e

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.2.0"
3+
version = "0.3.0"
44
authors = ["Tom Shen <tom@shen.io>"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/tomshen/rust-syndication"
@@ -9,5 +9,5 @@ keywords = ["atom", "blog", "feed", "rss", "syndication"]
99
exclude = ["test-data/*"]
1010

1111
[dependencies]
12-
atom_syndication = "0.1"
12+
atom_syndication = "0.2"
1313
rss = "0.3"

0 commit comments

Comments
 (0)