From: Mark Thom Date: Sun, 17 Mar 2019 21:25:55 +0000 (-0600) Subject: add rename-dependencies to Cargo manifest X-Git-Tag: v0.8.110~171 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=4cefd35eb4eab3e4ba6f07658eff1c78f6e3d602;p=scryer-prolog.git add rename-dependencies to Cargo manifest --- diff --git a/Cargo.lock b/Cargo.lock index d2740a48..8095debb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/Cargo.toml b/Cargo.toml index 707e7dcd..b57a8357 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,8 @@ +cargo-features = ["rename-dependency"] + [package] name = "scryer-prolog" -version = "0.8.6" +version = "0.8.7" authors = ["Mark Thom "] repository = "https://github.com/mthom/scryer-prolog" description = "A modern Prolog implementation written mostly in Rust."