From 9956e1b9f082e2ce94ed1ac94f5a47ab7a649e57 Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Thu, 21 Oct 2021 00:09:59 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79eb62f..b44d72e 100644 --- a/README.md +++ b/README.md @@ -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`.