From 7d1d6d31eb3620add0b7ed5fc9bc3ff42ba4a532 Mon Sep 17 00:00:00 2001 From: Pyfisch Date: Sat, 23 Nov 2019 22:44:37 +0100 Subject: [PATCH] Release v0.10.3 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c1012698..e211be48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_cbor" -version = "0.10.2" +version = "0.10.3" authors = [ "Pyfisch ", "Steven Fackler "] diff --git a/README.md b/README.md index b204a240..fab74cb6 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.2" +serde_cbor = "0.10.3" ``` Storing and loading Rust types is easy and requires only