update prolog_parser to v0.8.33

This commit is contained in:
Mark Thom
2019-10-06 12:02:47 -06:00
parent 93d1cd1b09
commit 673fb31ae2
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "scryer-prolog"
version = "0.8.102"
version = "0.8.103"
authors = ["Mark Thom <markjordanthom@gmail.com>"]
build = "build.rs"
repository = "https://github.com/mthom/scryer-prolog"
@@ -18,7 +18,7 @@ lazy_static = "1.4.0"
libc = "0.2.62"
nix = "0.15.0"
ordered-float = "0.5.0"
prolog_parser = "0.8.32"
prolog_parser = "0.8.33"
ref_thread_local = "0.0.0"
rug = "1.4.0"
rustyline = "5.0.3"