Update paths in cranelift-version.sh

This commit is contained in:
Dan Gohman
2019-11-08 09:46:29 -08:00
parent 31e1b1c383
commit a40e3b734a

View File

@@ -13,7 +13,7 @@ version="0.49"
# Update all of the Cargo.toml files.
echo "Updating crate versions to $version"
for crate in . lightbeam wasmtime-* fuzz misc/wasmtime-*; do
for crate in . crates/* crates/misc/* fuzz; do
# Update the version number of this crate to $version.
sed -i.bk -e "/^cranelift-/s/\"[^\"]*\"/\"$version\"/" \
"$crate/Cargo.toml"