From bde26bcc47f2cb33997aa37b7118105f89c58ba2 Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Mon, 21 Oct 2019 19:28:45 +0100 Subject: [PATCH] v0.3.0 --- 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 13e5698..53abc22 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.2.0" +version = "0.3.0" authors = ["Graham Esau "] edition = "2018" license = "MIT" keywords = ["rust", "json-schema", "serde"] [dependencies] -schemars_derive = { version = "0.2.0", path = "../schemars_derive" } +schemars_derive = { version = "0.3.0", path = "../schemars_derive" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" chrono = { version = "0.4", default-features = false, optional = true } diff --git a/schemars_derive/Cargo.toml b/schemars_derive/Cargo.toml index 239d17b..52b695a 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.2.0" +version = "0.3.0" authors = ["Graham Esau "] edition = "2018" license = "MIT"