prolog_parser version bump

This commit is contained in:
Mark Thom
2020-02-04 23:35:03 -07:00
parent 034af296ff
commit b71e8082d2
4 changed files with 52 additions and 43 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.38", default-features = false }
prolog_parser = { version = "0.8.39", default-features = false }
ref_thread_local = "0.0.0"
rug = { version = "1.4.0", optional = true }
rustyline = "5.0.3"