Bump version to 0.1.0

This commit is contained in:
Dan Gohman
2018-12-17 13:45:12 -08:00
parent 48f86bde82
commit 4d4ecfd812
7 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "wasmtime-tools"
authors = ["The Wasmtime Project Developers"]
version = "0.0.0"
version = "0.1.0"
description = "Command-line interface for the wasmtime crate"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://cranelift.readthedocs.io/"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmtime-environ"
version = "0.0.0"
version = "0.1.0"
authors = ["The Cranelift Project Developers"]
description = "Standalone environment support for WebAsssembly code in Cranelift"
repository = "https://github.com/CraneStation/wasmtime"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmtime-execute"
version = "0.0.0"
version = "0.1.0"
authors = ["The Cranelift Project Developers"]
publish = false
description = "JIT-style execution for WebAsssembly code in Cranelift"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmtime-obj"
version = "0.0.0"
version = "0.1.0"
authors = ["The Cranelift Project Developers"]
description = "Native object file output for WebAsssembly code in Wasmtime"
publish = false

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmtime-runtime"
version = "0.0.0"
version = "0.1.0"
authors = ["The Cranelift Project Developers"]
publish = false
description = "Runtime library support for Wasmtime"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmtime-wast"
version = "0.0.0"
version = "0.1.0"
authors = ["The Cranelift Project Developers"]
publish = false
description = "wast testing support for wasmtime"

View File

@@ -9,7 +9,7 @@ topdir=$(dirname "$0")
cd "$topdir"
# All the wasmtime-* crates have the same version number
version="0.0.0"
version="0.1.0"
# Update all of the Cargo.toml files.
#