Bump version to 0.2.0

This commit is contained in:
Dan Gohman
2019-08-20 16:05:41 -07:00
parent b4a505d5d3
commit 44367ba99a
21 changed files with 174 additions and 93 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmtime-interface-types"
version = "0.1.0"
version = "0.2.0"
authors = ["The Wasmtime Project Developers"]
publish = false
description = "Support for wasm interface types with wasmtime"
@@ -12,10 +12,10 @@ readme = "README.md"
edition = "2018"
[dependencies]
cranelift-codegen = "0.38.0"
cranelift-codegen = "0.40.0"
failure = "0.1"
walrus = "0.11.0"
wasmparser = "0.35"
wasmparser = "0.36.0"
wasm-webidl-bindings = "0.4.0"
wasmtime-jit = { path = '../wasmtime-jit' }
wasmtime-runtime = { path = '../wasmtime-runtime' }