From a97e8a4b5c74325643caac1748e336f92f5a780b Mon Sep 17 00:00:00 2001 From: Mark Thom Date: Sun, 31 Mar 2019 11:36:42 -0600 Subject: [PATCH] update version number --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a913faff..72b42125 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scryer-prolog" -version = "0.8.30" +version = "0.8.31" authors = ["Mark Thom "] repository = "https://github.com/mthom/scryer-prolog" description = "A modern Prolog implementation written mostly in Rust." @@ -14,7 +14,7 @@ cfg-if = "0.1.7" downcast = "0.10.0" num = "0.2" ordered-float = "0.5.0" -prolog_parser = { version = "0.8.9", path = "../prolog_parser" } +prolog_parser = "0.8.9" readline_rs_compat = { version = "0.1.7", optional = true } ref_thread_local = "0.0.0" -- 2.54.0