Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Jun 6, 2021
1 parent 04922c7 commit 1a43788
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atom_syndication"
version = "0.9.1"
version = "0.10.0"
authors = ["James Hurst <[email protected]>"]
edition = "2018"
description = "Library for serializing the Atom web content syndication format"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Add the dependency to your `Cargo.toml`.

```toml
[dependencies]
atom_syndication = "0.9"
atom_syndication = "0.10"
```

Or, if you want [Serde](https://github.com/serde-rs/serde) include the feature like this:

```toml
[dependencies]
atom_syndication = { version = "0.9", features = ["with-serde"] }
atom_syndication = { version = "0.10", features = ["with-serde"] }
```

The package includes a single crate named `atom_syndication`.
Expand Down

0 comments on commit 1a43788

Please sign in to comment.