From 1a43788176b711cee34511c95b4c3d49160a6360 Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Sat, 5 Jun 2021 00:48:16 +0200 Subject: [PATCH] Release 0.10.0 --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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`.