From 923f3d58948b2ef26fc9ca8dbf17c0613c5aa71f Mon Sep 17 00:00:00 2001 From: vms Date: Thu, 17 Sep 2020 20:13:55 +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 9b35e64..6ca3f2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,7 +195,7 @@ checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" [[package]] name = "wasmer-interface-types-fl" -version = "0.17.5" +version = "0.17.6" dependencies = [ "log", "nom", diff --git a/Cargo.toml b/Cargo.toml index 10109f1..4116456 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-interface-types-fl" -version = "0.17.5" +version = "0.17.6" description = "WebAssembly Interface Types library for Wasmer" license = "MIT" authors = ["The Wasmer Engineering Team "]