From 7e8f5b67850d96e6a3cae98ff14050164fe6d13d Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Sun, 6 Oct 2019 20:38:19 +0100 Subject: [PATCH] v0.1.9 --- schemars/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemars/Cargo.toml b/schemars/Cargo.toml index 1835d92..fdef5d3 100644 --- a/schemars/Cargo.toml +++ b/schemars/Cargo.toml @@ -2,14 +2,14 @@ name = "schemars" description = "Generate JSON Schemas from Rust code" repository = "https://github.com/GREsau/schemars" -version = "0.1.8" +version = "0.1.9" authors = ["Graham Esau "] edition = "2018" license = "MIT" keywords = ["rust", "json-schema", "serde"] [dependencies] -schemars_derive = { version = "0.1.7", path = "../schemars_derive" } +schemars_derive = { version = "0.1.9", path = "../schemars_derive" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" chrono = { version = "0.4", default-features = false, optional = true }