From 560401926ed56cd3c76e9ce4f4d2a7fb9fc7a102 Mon Sep 17 00:00:00 2001 From: Razican Date: Sat, 11 Feb 2017 18:28:47 +0100 Subject: [PATCH] Bumped version number in lock file too --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 3fb1d31d2..a091b2c66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "super" -version = "0.3.0-dev" +version = "0.3.0" dependencies = [ "bytecount 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",