From 47501346112d0115d7a3be909d81d035d69491b2 Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Wed, 23 Oct 2019 22:36:01 +0100 Subject: [PATCH] v0.4.0 --- schemars/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemars/Cargo.toml b/schemars/Cargo.toml index c6e0c1b..1f33e4e 100644 --- a/schemars/Cargo.toml +++ b/schemars/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["rust", "json-schema", "serde"] categories = ["encoding"] [dependencies] -schemars_derive = { version = "0.3.0", path = "../schemars_derive" } +schemars_derive = { version = "0.4.0", path = "../schemars_derive" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" chrono = { version = "0.4", default-features = false, optional = true }