diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index 4ea47119..2ee5e536 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -4,6 +4,8 @@ authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" version = "3.0.0-alpha.0" edition = "2018" +# Prevent accidental publication of this utility crate. +publish = false [dependencies] abscissa_core = "0.5"