]> Repositorios git - scryer-prolog.git/commitdiff
add rename-dependencies to Cargo manifest
authorMark Thom <[email protected]>
Sun, 17 Mar 2019 21:25:55 +0000 (15:25 -0600)
committerMark Thom <[email protected]>
Sun, 17 Mar 2019 21:25:55 +0000 (15:25 -0600)
Cargo.lock
Cargo.toml

index d2740a48e47976accaf022cb4d6676ed7560ba3c..8095debb321d7f3def2e6556a22070a95941b0f5 100644 (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)",
index 707e7dcd01775776ca23d8b4709fde571d2e0708..b57a83579693ac1e6d2d74b675f8f21356aa66d4 100644 (file)
@@ -1,6 +1,8 @@
+cargo-features = ["rename-dependency"]
+
 [package]
 name = "scryer-prolog"
-version = "0.8.6"
+version = "0.8.7"
 authors = ["Mark Thom <[email protected]>"]
 repository = "https://github.com/mthom/scryer-prolog"
 description = "A modern Prolog implementation written mostly in Rust."