From: Mark Thom Date: Wed, 10 Jan 2018 00:11:17 +0000 (-0700) Subject: claw back version number X-Git-Tag: v0.8.110~640 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=9b225a0a56216a10cf97f9c5a1eac521a0c506a6;p=scryer-prolog.git claw back version number --- diff --git a/Cargo.lock b/Cargo.lock index e6566fff..a8c09442 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "rusty-wam" -version = "0.7.5" +version = "0.7.4" dependencies = [ "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "num 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 08e048a7..7d3168db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty-wam" -version = "0.7.5" +version = "0.7.4" authors = ["Mark Thom"] [dependencies]