]> Repositorios git - scryer-prolog.git/commitdiff
use readline with better build support
authorMark Thom <[email protected]>
Mon, 18 Mar 2019 00:42:26 +0000 (18:42 -0600)
committerMark Thom <[email protected]>
Mon, 18 Mar 2019 00:42:26 +0000 (18:42 -0600)
Cargo.toml

index c64f86cca2bebde652c1e19af56e00032901765c..994f516c57a1751b0f438d43a41d9281e1d5f232 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "scryer-prolog"
-version = "0.8.9"
+version = "0.8.10"
 authors = ["Mark Thom <[email protected]>"]
 repository = "https://github.com/mthom/scryer-prolog"
 description = "A modern Prolog implementation written mostly in Rust."
@@ -11,7 +11,7 @@ downcast = "0.9.1"
 num = "0.2"
 ordered-float = "0.5.0"
 prolog_parser = "0.8.1"
-readline_rs_compat = { version = "0.1.3" }
+readline_rs_compat = "0.1.4"
 
 [dependencies.termion]
 version = "1.4.0"
\ No newline at end of file