diff --git a/Cargo.toml b/Cargo.toml index cdcec4b..4536ab5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atom_syndication" -version = "0.9.1" +version = "0.10.0" authors = ["James Hurst "] edition = "2018" description = "Library for serializing the Atom web content syndication format" diff --git a/README.md b/README.md index 5a95519..033a80e 100644 --- a/README.md +++ b/README.md @@ -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`.