Skip to content

Commit 1a43788

Browse files
committed
Release 0.10.0
1 parent 04922c7 commit 1a43788

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "atom_syndication"
3-
version = "0.9.1"
3+
version = "0.10.0"
44
authors = ["James Hurst <jh.jameshurst@gmail.com>"]
55
edition = "2018"
66
description = "Library for serializing the Atom web content syndication format"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2222
Or, 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

2929
The package includes a single crate named `atom_syndication`.

0 commit comments

Comments
 (0)