rusty-diceware

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 08d93736c5bd198a3bccc6b48e6292e2bb258abd
parent 7bb66cb78c556cb7484457b195cb1686e052cbba
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sun, 12 May 2019 19:06:34 +0300

Bump version number and remove unneeded `Cargo.toml` line.

Diffstat:
MCargo.toml | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -1,8 +1,7 @@ [package] name = "diceware" -version = "0.2.0" +version = "0.3.0" authors = ["Yuval Langer <yuval.langer@gmail.com>"] -build = "build.rs" license = "AGPL-3.0" repository = "https://gitlab.com/yuvallanger/rusty-diceware" description = "A command line diceware, sans dice."