From f671b7f63fc7e2d7348f9c5175135cafff7536e2 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 25 Oct 2018 17:16:15 -0700 Subject: [PATCH] Publish root crate too --- ci/publish-crate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/publish-crate.sh b/ci/publish-crate.sh index fb0dafb58..b3afcc0ca 100755 --- a/ci/publish-crate.sh +++ b/ci/publish-crate.sh @@ -18,7 +18,7 @@ if [[ -n $CI ]]; then fi # shellcheck disable=2044 # Disable 'For loops over find output are fragile...' -for Cargo_toml in {sdk,programs/native/{bpf_loader,lua_loader,noop}}/Cargo.toml; do +for Cargo_toml in {.,sdk,programs/native/{bpf_loader,lua_loader,noop}}/Cargo.toml; do # TODO: Ensure the published version matches the contents of BUILDKITE_TAG ( set -x