Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Oct 21, 2021
1 parent 759a9a6 commit 24eb174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rss"
version = "1.10.0"
version = "2.0.0"
authors = ["James Hurst <jh.jameshurst@gmail.com>", "Corey Farwell <coreyf@rwell.org>", "Chris Palmer <pennstate5013@gmail.com>"]
description = "Library for serializing the RSS web content syndication format"
repository = "https://github.com/rust-syndication/rss"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -30,7 +30,7 @@ Add the dependency to your `Cargo.toml`.

```toml
[dependencies]
rss = "1.0"
rss = "2.0"
```

## Reading
Expand Down

0 comments on commit 24eb174

Please sign in to comment.