make toplevel more consistent with answers, depend on readline package without renaming.

This commit is contained in:
Mark Thom
2019-03-17 17:49:51 -06:00
parent 4cefd35eb4
commit fd703c3610
6 changed files with 80 additions and 215 deletions

View File

@@ -1,8 +1,6 @@
cargo-features = ["rename-dependency"]
[package]
name = "scryer-prolog"
version = "0.8.7"
version = "0.8.8"
authors = ["Mark Thom <markjordanthom@gmail.com>"]
repository = "https://github.com/mthom/scryer-prolog"
description = "A modern Prolog implementation written mostly in Rust."
@@ -13,7 +11,7 @@ downcast = "0.9.1"
num = "0.2"
ordered-float = "0.5.0"
prolog_parser = "0.8.1"
readline_rs = { package = "readline-rs", version = "0.1.2" }
readline_rs_compat = { version = "0.1.3" }
[dependencies.termion]
version = "1.4.0"