From e4d69f89e7261e8d3aa6470566c4d30b127a7bb7 Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Mon, 9 Dec 2019 13:07:39 +0000 Subject: [PATCH] v0.6.0-alpha-2 --- 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 23c99b2..9ced40e 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.6.0-alpha" +version = "0.6.0-alpha-2" authors = ["Graham Esau "] edition = "2018" license = "MIT" @@ -12,7 +12,7 @@ categories = ["encoding"] build = "build.rs" [dependencies] -schemars_derive = { version = "0.6.0-alpha", path = "../schemars_derive" } +schemars_derive = { version = "0.6.0-alpha-2", 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 a30676b..e9e676b 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.6.0-alpha" +version = "0.6.0-alpha-2" authors = ["Graham Esau "] edition = "2018" license = "MIT"