Update cranelift to 0.44.0

This commit is contained in:
Artur Jamro
2019-09-25 09:18:34 -07:00
committed by Dan Gohman
parent 1848cc0868
commit 134bf467e7
15 changed files with 48 additions and 51 deletions

View File

@@ -9,11 +9,11 @@ topdir=$(dirname "$0")
cd "$topdir"
# All the cranelift-* crates have the same version number
version="0.41.0"
version="0.44.0"
# Update all of the Cargo.toml files.
echo "Updating crate versions to $version"
for crate in . wasmtime-* fuzz; do
for crate in . wasmtime-* fuzz misc/wasmtime-*; do
# Update the version number of this crate to $version.
sed -i.bk -e "/^cranelift-/s/\"[^\"]*\"/\"$version\"/" \
"$crate/Cargo.toml"