From 3ad1b86286542187bf32184489c2ed0c4d7ca571 Mon Sep 17 00:00:00 2001 From: Mark Thom Date: Sun, 24 Mar 2019 13:18:28 -0600 Subject: [PATCH] use updated readline --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.54.0