From 24bf952e982bde28eb384b211659159d46150f63 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Thu, 8 Apr 2021 20:49:21 -0300 Subject: [PATCH] missed bump of zebra-utils (#1992) --- Cargo.lock | 2 +- zebra-utils/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 832ecedeb6a..da1c767b2d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index 0fd994f6058..5172f45c19c 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -2,7 +2,7 @@ name = "zebra-utils" authors = ["Zcash Foundation "] 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