From 3d68dbe9292edbbb0de52e11c51f8964533c3c14 Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Sun, 27 Oct 2019 12:19:19 +0000 Subject: [PATCH] v0.4.1 --- schemars/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemars/Cargo.toml b/schemars/Cargo.toml index 1f33e4e..1bfbda1 100644 --- a/schemars/Cargo.toml +++ b/schemars/Cargo.toml @@ -2,7 +2,7 @@ name = "schemars" description = "Generate JSON Schemas from Rust code" repository = "https://github.com/GREsau/schemars" -version = "0.4.0" +version = "0.4.1" authors = ["Graham Esau "] edition = "2018" license = "MIT"