remove util from crate publish

This commit is contained in:
Benjamin Fry 2019-01-19 14:18:06 -08:00
parent 2a40af7a02
commit df49a4f66a

View File

@ -5,7 +5,7 @@ set -x
trust_dns_dir=$(dirname $0)/..
cd ${trust_dns_dir:?}
packages_ordered="proto openssl native-tls rustls https client resolver server util"
packages_ordered="proto openssl native-tls rustls https client resolver server"
## dry-run
cargo check