Skip to content

Commit 561e3fa

Browse files
committed
Release version 0.1.0
1 parent afc02e2 commit 561e3fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustysecrets-cli"
3-
version = "0.1.0-pre"
3+
version = "0.1.0"
44
authors = ["Romain Ruetschi <[email protected]>"]
55

66
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"
3131
[build-dependencies]
3232
clap = "^2.26"
3333
mime = "^0.3"
34-
git-build-version = "*"
34+
git-build-version = "^0.1"
3535

3636
[profile.release]
3737
lto = true

0 commit comments

Comments
 (0)