Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Oct 20, 2021
1 parent 15d1ce2 commit 9956e1b
Showing 1 changed file with 2 additions and 2 deletions.
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.10"
atom_syndication = "0.11"
```

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

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

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

0 comments on commit 9956e1b

Please sign in to comment.