use readline with better build support

This commit is contained in:
Mark Thom
2019-03-17 18:42:26 -06:00
parent 179bede1db
commit 9471a07ffa

View File

@@ -1,6 +1,6 @@
[package]
name = "scryer-prolog"
version = "0.8.9"
version = "0.8.10"
authors = ["Mark Thom <markjordanthom@gmail.com>"]
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"