correct handling of .

This commit is contained in:
Mark Thom
2018-09-14 00:46:02 -06:00
parent bd14eb5485
commit 38bb7c7dec
2 changed files with 3 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rusty-wam"
version = "0.7.11"
version = "0.7.12"
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 = "0.7.12"
prolog_parser = "0.7.13"
[dependencies.termion]
version = "1.4.0"