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:
parent
37f0e4bc71
commit
7a1e02eefd
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue