From 9521528980e028df5ff3a663130499fea07a9043 Mon Sep 17 00:00:00 2001 From: Hardcore Sushi Date: Tue, 31 Aug 2021 13:17:42 +0200 Subject: [PATCH] doby v0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d6b289e..29492cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -210,7 +210,7 @@ dependencies = [ [[package]] name = "doby" -version = "0.1.0" +version = "0.2.0" dependencies = [ "aes", "argon2", diff --git a/Cargo.toml b/Cargo.toml index c66794e..ba324cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "doby" -version = "0.1.0" +version = "0.2.0" edition = "2018" authors = ["Hardcore Sushi "] license = "GPL-3.0-or-later" diff --git a/README.md b/README.md index 2276f02..b05cb45 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ You should verify commits before building the binary. Follow the steps in [Insta git clone --depth=1 https://forge.chapril.org/hardcoresushi/doby.git cd doby git verify-commit HEAD #you need to import my PGP key to verify the commit signature -cargo build --release #outputs to ./target/release/doby +cargo build --release --bin doby #outputs to ./target/release/doby ``` # Cryptographic details