diff --git a/Cargo.lock b/Cargo.lock index 832ecedeb..da1c767b2 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 0fd994f60..5172f45c1 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