From 7a1e02eefd1751077dc45a5aafab8c68271fb77c Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Mon, 21 Sep 2020 08:03:10 +0100 Subject: [PATCH] Pin dyn-clone to v1.0.1 v1.0.2 relies on alloc so does not work in rustc 1.32 --- schemars/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemars/Cargo.toml b/schemars/Cargo.toml index de6c19b..60f091e 100644 --- a/schemars/Cargo.toml +++ b/schemars/Cargo.toml @@ -16,7 +16,7 @@ build = "build.rs" schemars_derive = { version = "=0.8.0-alpha-4", optional = true, path = "../schemars_derive" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -dyn-clone = "1.0" +dyn-clone = "= 1.0.1" chrono = { version = "0.4", default-features = false, optional = true } indexmap = { version = "1.2", features=["serde-1"], optional = true }