Update downcast dependency

It wasn't able to compile with latest Rust 1.33
This commit is contained in:
Anton Kochkov
2019-03-29 16:37:56 +08:00
committed by GitHub
parent 3aeebbe6d6
commit 5b36230df7

View File

@@ -11,7 +11,7 @@ default = ["readline_rs_compat"]
[dependencies]
cfg-if = "0.1.7"
downcast = "0.9.1"
downcast = "0.10.0"
num = "0.2"
ordered-float = "0.5.0"
prolog_parser = "0.8.3"
@@ -19,4 +19,4 @@ readline_rs_compat = { version = "0.1.7", optional = true }
ref_thread_local = "0.0.0"
[dependencies.termion]
version = "1.4.0"
version = "1.4.0"