Rename the top-level crate from wasmtime-tools to wasmtime.

This is a binary application crate which contains the wasmtime
command-line application.
This commit is contained in:
Dan Gohman
2019-05-17 12:45:00 -07:00
parent 106c8c4cb6
commit eb2b51353e
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ version="0.1.0"
# Update all of the Cargo.toml files.
#
# The main Cargo.toml in the top-level directory is the wasmtime-tools crate which we don't publish.
# The main Cargo.toml in the top-level directory is the wasmtime crate which we don't publish.
echo "Updating crate versions to $version"
for crate in . wasmtime-*; do
# Update the version number of this crate to $version.