prolog_parser version bump, scryer version bump

This commit is contained in:
Mark Thom
2020-06-09 22:15:11 -06:00
parent 9331c4ce9e
commit 4a07ffac69
2 changed files with 214 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "scryer-prolog"
version = "0.8.124"
version = "0.8.125"
authors = ["Mark Thom <markjordanthom@gmail.com>"]
edition = "2018"
description = "A modern Prolog implementation written mostly in Rust."
@@ -32,7 +32,7 @@ libc = "0.2.62"
nix = "0.15.0"
num-rug-adapter = { optional = true, version = "0.1.3" }
ordered-float = "0.5.0"
prolog_parser = { version = "0.8.60", default-features = false }
prolog_parser = { version = "0.8.62", default-features = false }
ref_thread_local = "0.0.0"
rug = { version = "1.4.0", optional = true }
rustyline = "6.0.0"