From 8acdeded6f7c01b63b7416e0dab1fb450d5d8a9b Mon Sep 17 00:00:00 2001 From: vms Date: Mon, 21 Sep 2020 13:43:56 +0300 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ca3f2b..6c83332 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,7 +195,7 @@ checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" [[package]] name = "wasmer-interface-types-fl" -version = "0.17.6" +version = "0.17.8" dependencies = [ "log", "nom", diff --git a/Cargo.toml b/Cargo.toml index 4116456..060e1ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-interface-types-fl" -version = "0.17.6" +version = "0.17.8" description = "WebAssembly Interface Types library for Wasmer" license = "MIT" authors = ["The Wasmer Engineering Team "]