eliminate Addr::CharCode (#519), fix atom_code panic (#521), fix failure involving lists of character codes (#520), bump version number

This commit is contained in:
Mark Thom
2020-05-17 15:19:27 -06:00
parent 9f3351469d
commit 5720b7b94c
12 changed files with 75 additions and 243 deletions

6
Cargo.lock generated
View File

@@ -606,9 +606,7 @@ dependencies = [
[[package]]
name = "prolog_parser"
version = "0.8.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2283b7263459418cff68af1923406bd9e4b5b9d2830df665a0fbe22e27a628d"
version = "0.8.58"
dependencies = [
"lexical",
"num-rug-adapter",
@@ -740,7 +738,7 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "scryer-prolog"
version = "0.8.121"
version = "0.8.122"
dependencies = [
"cpu-time",
"crossterm",