Bump to version 0.2 with the addition of Blake2s
This commit is contained in:
parent
a3f596efe2
commit
d134c826e1
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -387,7 +387,7 @@ checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "verify-cli"
|
name = "verify-cli"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blake2",
|
"blake2",
|
||||||
"blake3",
|
"blake3",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "verify-cli"
|
name = "verify-cli"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
repository = "https://github.com/BuyMyMojo/verify-rs"
|
repository = "https://github.com/BuyMyMojo/verify-rs"
|
||||||
authors = ["BuyMyMojo <hello@buymymojo.net>"]
|
authors = ["BuyMyMojo <hello@buymymojo.net>"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue