version bump

This commit is contained in:
Mark Thom
2020-04-13 11:17:50 -06:00
parent 378e9b5539
commit 15d18484e3
2 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "scryer-prolog"
version = "0.8.119"
version = "0.8.120"
authors = ["Mark Thom <markjordanthom@gmail.com>"]
build = "build.rs"
repository = "https://github.com/mthom/scryer-prolog"
@@ -26,7 +26,7 @@ libc = "0.2.62"
nix = "0.15.0"
num-rug-adapter = { optional = true, version = "0.1.1" }
ordered-float = "0.5.0"
prolog_parser = { version = "0.8.50", default-features = false }
prolog_parser = { version = "0.8.51", default-features = false }
ref_thread_local = "0.0.0"
rug = { version = "1.4.0", optional = true }
rustyline = "6.0.0"