Wasmtime 0.18.0 and Cranelift 0.65.0.

This commit is contained in:
Dan Gohman
2020-06-09 10:11:49 -07:00
parent 4d5fdfcbba
commit caa87048ab
58 changed files with 280 additions and 253 deletions

View File

@@ -9,7 +9,7 @@ topdir=$(dirname "$0")/..
cd "$topdir"
# All the cranelift-* crates have the same version number
version="0.64.0"
version="0.65.0"
# Update all of the Cargo.toml files.
echo "Updating crate versions to $version"
@@ -24,6 +24,7 @@ find -name Cargo.toml \
-not -path ./crates/wasi-common/WASI/tools/witx/Cargo.toml \
-exec sed -i.bk \
-e "/^cranelift/s/version = \"[^\"]*\"/version = \"$version\"/" \
-e "/^peepmatic /s/version = \"[^\"]*\"/version = \"$version\"/" \
{} \;
# Update the Cargo.lock file for the new versions.

View File

@@ -9,7 +9,7 @@ topdir=$(dirname "$0")/..
cd "$topdir"
# All the wasmtime-* crates have the same version number
short_version="17"
short_version="18"
version="0.$short_version.0"
# Update the version numbers of the crates to $version. Skip crates with