update prolog_parser version, allow ('|') operator in DCGs (#274)

This commit is contained in:
Mark Thom
2020-02-23 13:16:14 -07:00
parent af23258152
commit 8ba92d8b99
4 changed files with 14 additions and 38 deletions

View File

@@ -24,7 +24,7 @@ libc = "0.2.62"
nix = "0.15.0"
num-rug-adapter = { optional = true, version = "0.1.1" }
ordered-float = "0.5.0"
prolog_parser = { version = "0.8.40", default-features = false }
prolog_parser = { version = "0.8.41", default-features = false }
ref_thread_local = "0.0.0"
rug = { version = "1.4.0", optional = true }
rustyline = "5.0.3"