From 4dcbabf3557f00c28d05d0b50d4320a5d2d277e7 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 26 Mar 2019 09:48:06 -0700 Subject: [PATCH] Update crate paths in publish-all.sh. --- cranelift/publish-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cranelift/publish-all.sh b/cranelift/publish-all.sh index f4805aee08..5e080a4b4c 100755 --- a/cranelift/publish-all.sh +++ b/cranelift/publish-all.sh @@ -43,5 +43,5 @@ for crate in \ reader wasm module \ faerie umbrella simplejit do - echo cargo publish --manifest-path "$crate/Cargo.toml" + echo cargo publish --manifest-path "cranelift-$crate/Cargo.toml" done