From c2a69a4de18ab5d4ab017307a18c7c4eabc433a9 Mon Sep 17 00:00:00 2001 From: Artem Vorotnikov Date: Sat, 31 Oct 2020 13:13:28 +0300 Subject: [PATCH] 0.7.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8af5c9e..3fafc1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-serde" -version = "0.7.0" +version = "0.7.1" edition = "2018" authors = [ "Carl Lerche ",