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

4
Cargo.lock generated
View File

@@ -634,9 +634,7 @@ dependencies = [
[[package]]
name = "prolog_parser"
version = "0.8.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "029a4682cf40923b8eb05c4b943d1d6be73775e7bf80bcb0866b5ef29abb0802"
version = "0.8.60"
dependencies = [
"lexical",
"num-rug-adapter",