missed bump of zebra-utils (#1992)

This commit is contained in:
Alfredo Garcia 2021-04-08 20:49:21 -03:00 committed by GitHub
parent 5ec05e91e1
commit 24bf952e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -4206,7 +4206,7 @@ dependencies = [
[[package]]
name = "zebra-utils"
version = "1.0.0-alpha.5"
version = "1.0.0-alpha.6"
dependencies = [
"color-eyre",
"hex",

View File

@ -2,7 +2,7 @@
name = "zebra-utils"
authors = ["Zcash Foundation <zebra@zfnd.org>"]
license = "MIT OR Apache-2.0"
version = "1.0.0-alpha.5"
version = "1.0.0-alpha.6"
edition = "2018"
# Prevent accidental publication of this utility crate.
publish = false