From b64c699ef623eb7f0d4a215da97a65df07b17599 Mon Sep 17 00:00:00 2001 From: Pyfisch Date: Fri, 10 Jan 2020 11:35:13 +0100 Subject: [PATCH] Release v0.11 --- Cargo.toml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6659dda1..1a76255b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_cbor" -version = "0.10.3" +version = "0.11.0" authors = [ "Pyfisch ", "Steven Fackler "] @@ -14,7 +14,7 @@ edition = "2018" [badges] travis-ci = { repository = "pyfisch/cbor" } -maintenance = { status = "actively-developed" } +maintenance = { status = "passively-maintained" } [dependencies] half = "1.2.0" diff --git a/README.md b/README.md index d6715065..e4c06da5 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ of the JSON data model that is small and very fast to parse. Serde CBOR supports Rust 1.40 and up. Add this to your `Cargo.toml`: ```toml [dependencies] -serde_cbor = "0.10.3" +serde_cbor = "0.11.0" ``` Storing and loading Rust types is easy and requires only