From: Mark Thom Date: Mon, 18 Mar 2019 00:42:26 +0000 (-0600) Subject: use readline with better build support X-Git-Tag: v0.8.110~167 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=9471a07ffaec50d09b9316528b8dfaeadacb1b1a;p=scryer-prolog.git use readline with better build support --- diff --git a/Cargo.toml b/Cargo.toml index c64f86cc..994f516c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scryer-prolog" -version = "0.8.9" +version = "0.8.10" authors = ["Mark Thom "] repository = "https://github.com/mthom/scryer-prolog" description = "A modern Prolog implementation written mostly in Rust." @@ -11,7 +11,7 @@ downcast = "0.9.1" num = "0.2" ordered-float = "0.5.0" prolog_parser = "0.8.1" -readline_rs_compat = { version = "0.1.3" } +readline_rs_compat = "0.1.4" [dependencies.termion] version = "1.4.0" \ No newline at end of file