From a68b10545070de2c7cd580bce700c0f09add9285 Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Sat, 7 Sep 2019 16:36:45 +0100 Subject: [PATCH] v0.1.7 --- schemars/Cargo.toml | 4 ++-- schemars_derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/schemars/Cargo.toml b/schemars/Cargo.toml index 84f2b6b..bab20cd 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.6" +version = "0.1.7" authors = ["Graham Esau "] edition = "2018" license = "MIT" keywords = ["rust", "json-schema", "serde"] [dependencies] -schemars_derive = { version = "0.1.6", path = "../schemars_derive" } +schemars_derive = { version = "0.1.7", path = "../schemars_derive" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/schemars_derive/Cargo.toml b/schemars_derive/Cargo.toml index aae2284..7e67edc 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.6" +version = "0.1.7" authors = ["Graham Esau "] edition = "2018" license = "MIT"