claw back version number

This commit is contained in:
Mark Thom
2018-01-09 17:11:17 -07:00
parent d49157bef6
commit 9b225a0a56
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -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)",

View File

@@ -1,6 +1,6 @@
[package]
name = "rusty-wam"
version = "0.7.5"
version = "0.7.4"
authors = ["Mark Thom"]
[dependencies]