chore(interface-types) Bump to 0.7.0.

This commit is contained in:
Ivan Enderlin 2019-09-18 17:14:57 +02:00
parent 480fe0fb9b
commit 6ec35c8bdc
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1638,7 +1638,7 @@ dependencies = [
[[package]]
name = "wasmer-interface-types"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"nom 5.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmer-clif-backend 0.7.0",

View File

@ -1,6 +1,6 @@
[package]
name = "wasmer-interface-types"
version = "0.6.0"
version = "0.7.0"
description = "WebAssembly Interface Types library for Wasmer"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]