From 9b225a0a56216a10cf97f9c5a1eac521a0c506a6 Mon Sep 17 00:00:00 2001 From: Mark Thom Date: Tue, 9 Jan 2018 17:11:17 -0700 Subject: [PATCH] claw back version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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] -- 2.54.0