streamline inputs.

This commit is contained in:
Mark Thom
2018-09-13 19:44:50 -06:00
parent d09e9fd8d8
commit 1e2047e72c
10 changed files with 119 additions and 98 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rusty-wam"
version = "0.7.10"
version = "0.7.11"
authors = ["Mark Thom <markjordanthom@gmail.com>"]
repository = "https://github.com/mthom/rusty-wam"
description = "The Warren Abstract Machine in Rust."
@@ -10,7 +10,7 @@ license = "BSD-3-Clause"
downcast = "0.9.1"
num = "0.2"
ordered-float = "0.5.0"
prolog_parser = { path = "../prolog_parser", version = "0.7.12" }
prolog_parser = "0.7.12"
[dependencies.termion]
version = "1.4.0"