From 0f0c2d8a9a1447263fdf27660c9e219f0ccf974f Mon Sep 17 00:00:00 2001 From: Pyfisch Date: Thu, 3 Oct 2019 20:25:55 +0200 Subject: [PATCH] Release v0.10.2 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 18088d53..6581d4c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_cbor" -version = "0.10.1" +version = "0.10.2" authors = [ "Pyfisch ", "Steven Fackler "] diff --git a/README.md b/README.md index 81071733..b204a240 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.31 and up. Add this to your `Cargo.toml`: ```toml [dependencies] -serde_cbor = "0.10.1" +serde_cbor = "0.10.2" ``` Storing and loading Rust types is easy and requires only