From: Anton Kochkov Date: Fri, 29 Mar 2019 08:37:56 +0000 (+0800) Subject: Update downcast dependency X-Git-Tag: v0.8.110~145^2^2 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=5b36230df748fa95e01d1af398f319e85ea3e65e;p=scryer-prolog.git Update downcast dependency It wasn't able to compile with latest Rust 1.33 --- diff --git a/Cargo.toml b/Cargo.toml index ed38a9a3..343e4351 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" \ No newline at end of file +version = "1.4.0"