Update downcast dependency
It wasn't able to compile with latest Rust 1.33
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user