Release version 0.1.0

This commit is contained in:
Romain Ruetschi
2018-02-14 16:30:38 +01:00
parent afc02e2253
commit 561e3fa28f
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -421,7 +421,7 @@ dependencies = [
[[package]] [[package]]
name = "rustysecrets-cli" name = "rustysecrets-cli"
version = "0.1.0-pre" version = "0.1.0"
dependencies = [ dependencies = [
"clap 2.30.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "rustysecrets-cli" name = "rustysecrets-cli"
version = "0.1.0-pre" version = "0.1.0"
authors = ["Romain Ruetschi <romain.ruetschi@gmail.com>"] authors = ["Romain Ruetschi <romain.ruetschi@gmail.com>"]
description = "rustysecrets-cli is a command-line wrapper around RustySecrets, a Rust implementation of threshold Shamir's secret sharing" 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] [build-dependencies]
clap = "^2.26" clap = "^2.26"
mime = "^0.3" mime = "^0.3"
git-build-version = "*" git-build-version = "^0.1"
[profile.release] [profile.release]
lto = true lto = true