File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " atom_syndication"
3- version = " 0.9.1 "
3+ version = " 0.10.0 "
44authors = [" James Hurst <jh.jameshurst@gmail.com>" ]
55edition = " 2018"
66description = " Library for serializing the Atom web content syndication format"
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ Add the dependency to your `Cargo.toml`.
1616
1717``` toml
1818[dependencies ]
19- atom_syndication = " 0.9 "
19+ atom_syndication = " 0.10 "
2020```
2121
2222Or, if you want [ Serde] ( https://github.com/serde-rs/serde ) include the feature like this:
2323
2424``` toml
2525[dependencies ]
26- atom_syndication = { version = " 0.9 " , features = [" with-serde" ] }
26+ atom_syndication = { version = " 0.10 " , features = [" with-serde" ] }
2727```
2828
2929The package includes a single crate named ` atom_syndication ` .
You can’t perform that action at this time.
0 commit comments