Wasmtime 0.13.0 and Cranelift 0.61.0. (#1398)

This also updates the publishing scripts to work with newly added
and reorganized crates.
This commit is contained in:
Dan Gohman
2020-03-26 13:19:02 -07:00
committed by GitHub
parent cde01a47b1
commit 6fa9be7767
55 changed files with 285 additions and 388 deletions

View File

@@ -3,7 +3,7 @@ set -euo pipefail
# This is a convenience script for maintainers publishing a new version of
# Cranelift to crates.io. To use, first bump the version number by running the
# `scripts/cranelift-version.sh` script, then run this script, and run the
# `scripts/bump-cranelift-version.sh` script, then run this script, and run the
# commands that it prints.
#
# Don't forget to push a git tag for this release!