diff --git a/cranelift/publish-all.sh b/cranelift/publish-all.sh index 413127731d..47bbd468d9 100755 --- a/cranelift/publish-all.sh +++ b/cranelift/publish-all.sh @@ -43,7 +43,7 @@ for crate in \ entity bforest codegen/shared codegen/meta codegen frontend native \ preopt \ reader wasm module \ - faerie umbrella simplejit + faerie umbrella simplejit object do echo cargo publish --manifest-path "cranelift-$crate/Cargo.toml"