From: Mark Thom Date: Sun, 24 Mar 2019 19:18:28 +0000 (-0600) Subject: use updated readline X-Git-Tag: v0.8.110~154 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=3ad1b86286542187bf32184489c2ed0c4d7ca571;p=scryer-prolog.git use updated readline --- diff --git a/Cargo.toml b/Cargo.toml index e113c926..a4b31219 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scryer-prolog" -version = "0.8.17" +version = "0.8.18" authors = ["Mark Thom "] repository = "https://github.com/mthom/scryer-prolog" description = "A modern Prolog implementation written mostly in Rust." @@ -15,7 +15,7 @@ downcast = "0.9.1" num = "0.2" ordered-float = "0.5.0" prolog_parser = "0.8.1" -readline_rs_compat = { version = "0.1.5", optional = true } +readline_rs_compat = { version = "0.1.6", optional = true } [dependencies.termion] version = "1.4.0" \ No newline at end of file