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

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."