update Cargo.lock and toml version

This commit is contained in:
Mark Thom
2020-02-19 21:42:39 -07:00
parent a2a4c78c9a
commit 424af312e5
2 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "scryer-prolog"
version = "0.8.117"
version = "0.8.118"
authors = ["Mark Thom <markjordanthom@gmail.com>"]
build = "build.rs"
repository = "https://github.com/mthom/scryer-prolog"
@@ -24,7 +24,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.40", path = "../prolog_parser", default-features = false }
prolog_parser = { version = "0.8.40", default-features = false }
ref_thread_local = "0.0.0"
rug = { version = "1.4.0", optional = true }
rustyline = "5.0.3"