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