From 5b36230df748fa95e01d1af398f319e85ea3e65e Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Fri, 29 Mar 2019 16:37:56 +0800 Subject: [PATCH] Update downcast dependency It wasn't able to compile with latest Rust 1.33 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.54.0