Skip to content

Commit 1a2a670

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 f9636a9 commit 1a2a670

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)