add rename-dependencies to Cargo manifest

This commit is contained in:
Mark Thom
2019-03-17 15:25:55 -06:00
parent 840b98dcf3
commit 4cefd35eb4
2 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -116,7 +116,7 @@ dependencies = [
[[package]]
name = "scryer-prolog"
version = "0.8.5"
version = "0.8.6"
dependencies = [
"downcast 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
"num 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@@ -1,6 +1,8 @@
cargo-features = ["rename-dependency"]
[package]
name = "scryer-prolog"
version = "0.8.6"
version = "0.8.7"
authors = ["Mark Thom <markjordanthom@gmail.com>"]
repository = "https://github.com/mthom/scryer-prolog"
description = "A modern Prolog implementation written mostly in Rust."