From ae68239599f58b2f6d5917eda0e2241bf105a035 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 23 Feb 2017 19:41:28 -0800 Subject: [PATCH] Release 0.0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c57e6fb..e2cbf12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde-bench" -version = "0.0.4" +version = "0.0.5" authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "Minimal serialization format for benchmarking Serde"