From: Mark Thom Date: Sun, 27 Oct 2019 19:10:32 +0000 (-0600) Subject: update to prolog_parser v0.8.34 with increased MAX_ARITY (#218) X-Git-Tag: v0.8.116~10 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=67a00e4debaf09d2e250f54174abb1761275d09d;p=scryer-prolog.git update to prolog_parser v0.8.34 with increased MAX_ARITY (#218) --- diff --git a/Cargo.toml b/Cargo.toml index e770aea9..fdb62942 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ lazy_static = "1.4.0" libc = "0.2.62" nix = "0.15.0" ordered-float = "0.5.0" -prolog_parser = "0.8.33" +prolog_parser = "0.8.34" ref_thread_local = "0.0.0" rug = "1.4.0" rustyline = "5.0.3"