update readline.rs crate

This commit is contained in:
Mark Thom
2019-03-24 17:17:54 -06:00
parent 0a78ddcd0b
commit 44f762a4f0

View File

@@ -1,6 +1,6 @@
[package]
name = "scryer-prolog"
version = "0.8.19"
version = "0.8.20"
authors = ["Mark Thom <markjordanthom@gmail.com>"]
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.6", optional = true }
readline_rs_compat = { version = "0.1.7", optional = true }
[dependencies.termion]
version = "1.4.0"