From: Mark Thom Date: Sun, 14 Apr 2019 00:43:04 +0000 (-0600) Subject: update X-Git-Tag: v0.8.110~102 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=fb47423c777f0136d2872600243aacd9812c468e;p=scryer-prolog.git update --- diff --git a/Cargo.toml b/Cargo.toml index 9a86dd50..c435b254 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ downcast = "0.10.0" num = "0.2" ordered-float = "0.5.0" prolog_parser = "0.8.19" -readline_rs_compat = { version = "0.1.8", path = "../readline.rs", optional = true } +readline_rs_compat = { version = "0.1.8", optional = true } ref_thread_local = "0.0.0" [dependencies.termion]