fix crash in CryptoPasswordHash (#653), conversion of Rational integers in number_chars/2 (#655)

This commit is contained in:
Mark Thom
2020-08-06 00:17:55 -06:00
parent 79cf0c63c4
commit f627b32355
2 changed files with 15 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -906,6 +906,8 @@ dependencies = [
[[package]]
name = "prolog_parser"
version = "0.8.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f16bb270c3f20e0ccd6e0b7f1367d4a1ac9070227e40733512913cdf24fe9152"
dependencies = [
"lexical",
"num-rug-adapter",