From 9a202a34b8e30796ff1f2a57736dc5df3377a51d Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Sun, 6 Oct 2019 20:36:52 +0100 Subject: [PATCH] v0.1.9 --- schemars_derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemars_derive/Cargo.toml b/schemars_derive/Cargo.toml index 88c9b81..2edea1f 100644 --- a/schemars_derive/Cargo.toml +++ b/schemars_derive/Cargo.toml @@ -2,7 +2,7 @@ name = "schemars_derive" description = "Macros for #[derive(JsonSchema)], for use with schemars" repository = "https://github.com/GREsau/schemars" -version = "0.1.7" +version = "0.1.9" authors = ["Graham Esau "] edition = "2018" license = "MIT"