From 561e3fa28f5cf421c99aa09363e5f5efe836065e Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Wed, 14 Feb 2018 16:30:38 +0100 Subject: [PATCH] Release version 0.1.0 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6961beb..6ce9434 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,7 +421,7 @@ dependencies = [ [[package]] name = "rustysecrets-cli" -version = "0.1.0-pre" +version = "0.1.0" dependencies = [ "clap 2.30.0 (registry+https://github.com/rust-lang/crates.io-index)", "colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 4204099..38bc809 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustysecrets-cli" -version = "0.1.0-pre" +version = "0.1.0" authors = ["Romain Ruetschi "] description = "rustysecrets-cli is a command-line wrapper around RustySecrets, a Rust implementation of threshold Shamir's secret sharing" @@ -31,7 +31,7 @@ colored = "^1.5" [build-dependencies] clap = "^2.26" mime = "^0.3" -git-build-version = "*" +git-build-version = "^0.1" [profile.release] lto = true