]> Repositorios git - scryer-prolog.git/commitdiff
use updated readline
authorMark Thom <[email protected]>
Sun, 24 Mar 2019 19:18:28 +0000 (13:18 -0600)
committerMark Thom <[email protected]>
Sun, 24 Mar 2019 19:18:28 +0000 (13:18 -0600)
Cargo.toml

index e113c926be70ad08ac616ab6c6c38e726f126f31..a4b3121933b1eb8836d3e1e2364a122560ed3976 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "scryer-prolog"
-version = "0.8.17"
+version = "0.8.18"
 authors = ["Mark Thom <[email protected]>"]
 repository = "https://github.com/mthom/scryer-prolog"
 description = "A modern Prolog implementation written mostly in Rust."
@@ -15,7 +15,7 @@ downcast = "0.9.1"
 num = "0.2"
 ordered-float = "0.5.0"
 prolog_parser = "0.8.1"
-readline_rs_compat = { version = "0.1.5", optional = true }
+readline_rs_compat = { version = "0.1.6", optional = true }
 
 [dependencies.termion]
 version = "1.4.0"
\ No newline at end of file