From 732a2a3c86cad7d704a117b309f521707ce2a126 Mon Sep 17 00:00:00 2001 From: Mark McCaskey Date: Thu, 20 Feb 2020 13:15:29 -0800 Subject: [PATCH] Prepare for 0.14.0 release --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a3d2474..4dc0153 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-interface-types" -version = "0.13.1" +version = "0.14.0" description = "WebAssembly Interface Types library for Wasmer" license = "MIT" authors = ["The Wasmer Engineering Team "] @@ -8,4 +8,4 @@ repository = "https://github.com/wasmerio/wasmer" edition = "2018" [dependencies] -nom = "5.1" \ No newline at end of file +nom = "5.1"