For now, always reinstall cargo bundle 0.5 when bundling

This commit is contained in:
Max Brunsfeld 2023-06-15 17:18:27 -07:00
parent 624e62b8d6
commit 7b721fd6df

View file

@ -23,7 +23,7 @@ done
export ZED_BUNDLE=true export ZED_BUNDLE=true
export MACOSX_DEPLOYMENT_TARGET=10.15.7 export MACOSX_DEPLOYMENT_TARGET=10.15.7
which cargo-bundle > /dev/null || cargo install cargo-bundle --version 0.5.0 cargo install cargo-bundle --version 0.5.0
rustup target add wasm32-wasi rustup target add wasm32-wasi
# Deal with versions of macOS that don't include libstdc++ headers # Deal with versions of macOS that don't include libstdc++ headers