From 8568732f412c3646ed9617ab16a4bea062f89dab Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 26 Feb 2020 14:40:56 -0800 Subject: [PATCH] Update the list of crates to publish. (#1002) --- scripts/publish-all.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/publish-all.sh b/scripts/publish-all.sh index 21990d0bccfd..253fafac0d09 100755 --- a/scripts/publish-all.sh +++ b/scripts/publish-all.sh @@ -13,11 +13,12 @@ cd "$topdir" # Note that libraries need to be published in topological order. for cargo_toml in \ - crates/wasi-common/wasi-common-cbindgen/Cargo.toml \ crates/wasi-common/winx/Cargo.toml \ + crates/wasi-common/yanix/Cargo.toml \ crates/wasi-common/wig/Cargo.toml \ crates/wasi-common/Cargo.toml \ crates/lightbeam/Cargo.toml \ + crates/profiling/Cargo.toml \ crates/environ/Cargo.toml \ crates/obj/Cargo.toml \ crates/runtime/Cargo.toml \