From 9a3f98e2db69fe94bca7cd72bccd29663fa15b26 Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Wed, 26 Sep 2018 12:43:49 -0700 Subject: [PATCH] (cargo-release) version 0.7.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8590ab..4829d62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -295,7 +295,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "elan" -version = "0.7.1-pre" +version = "0.7.1" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "download 0.4.0", diff --git a/Cargo.toml b/Cargo.toml index 58dc4cd..efefc04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "elan" -version = "0.7.1-pre" +version = "0.7.1" authors = [ "Sebastian Ullrich " ] description = "Manage multiple Lean installations with ease" publish = false