Pin dyn-clone to v1.0.1

v1.0.2 relies on alloc so does not work in rustc 1.32
This commit is contained in:
Graham Esau 2020-09-21 08:03:10 +01:00
parent 37f0e4bc71
commit 7a1e02eefd

View file

@ -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 }