bump version

This commit is contained in:
vms 2020-09-10 10:49:27 +03:00
parent a0826f6693
commit 880f324016
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -186,7 +186,7 @@ checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
[[package]]
name = "wasmer-interface-types-fl"
version = "0.17.2"
version = "0.17.3"
dependencies = [
"nom",
"safe-transmute",

View File

@ -1,6 +1,6 @@
[package]
name = "wasmer-interface-types-fl"
version = "0.17.2"
version = "0.17.3"
description = "WebAssembly Interface Types library for Wasmer"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]