From f5e621c048ec3eb391457e081cbfe582cc894664 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 13 Aug 2019 14:53:04 -0700 Subject: [PATCH] Bump to 0.5.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3b00e1..7acf537 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toml" -version = "0.5.2" +version = "0.5.3" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" readme = "README.md"