From 0304fefb61696917b98a4d39e336ffc4e26db219 Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Sun, 8 Sep 2019 14:52:54 +0100 Subject: [PATCH] v0.1.8 --- schemars/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemars/Cargo.toml b/schemars/Cargo.toml index e102cc2..1835d92 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.1.7" +version = "0.1.8" authors = ["Graham Esau "] edition = "2018" license = "MIT"