update prolog_parser version, correct atom_chars/2 (#379)

This commit is contained in:
Mark Thom
2020-06-04 23:23:49 -06:00
parent 2a588ff943
commit 72c5908f09
3 changed files with 4 additions and 15 deletions

View File

@@ -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.59", default-features = false }
prolog_parser = { version = "0.8.60", default-features = false }
ref_thread_local = "0.0.0"
rug = { version = "1.4.0", optional = true }
rustyline = "6.0.0"