diff --git a/cranelift/publish-all.sh b/cranelift/publish-all.sh index b41024bec2..67311f5f6f 100755 --- a/cranelift/publish-all.sh +++ b/cranelift/publish-all.sh @@ -36,7 +36,7 @@ cargo update echo git commit -a -m "\"Bump version to $version"\" echo git push for crate in \ - entity codegen frontend native \ + entity codegen/meta codegen frontend native \ reader wasm module simplejit \ faerie umbrella do