Prepare for 0.14.1 release

0.14.1 differs from 0.14.0 primarily in that the GNU/Linux build is
built on Ubuntu 16.04 instead of 18.04, meaning we'll use an earlier
version of GLIBC.
This commit is contained in:
Mark McCaskey 2020-02-24 13:17:15 -08:00
parent 2d7cd2b52a
commit 9117ea7344

View File

@ -1,6 +1,6 @@
[package]
name = "wasmer-interface-types"
version = "0.14.0"
version = "0.14.1"
description = "WebAssembly Interface Types library for Wasmer"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
@ -9,4 +9,4 @@ edition = "2018"
[dependencies]
nom = "5.1"
wast = "8.0"
wast = "8.0"