diff --git a/Cargo.lock b/Cargo.lock index 6fd1994d5..46019511e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/lib/interface-types/Cargo.toml b/lib/interface-types/Cargo.toml index 5ea1db48b..19ddeb22b 100644 --- a/lib/interface-types/Cargo.toml +++ b/lib/interface-types/Cargo.toml @@ -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 "]