Updated Wasmer versions to 1.0

This commit is contained in:
Syrus
2020-06-11 09:52:26 -07:00
parent 7991d69076
commit 36223364e0
23 changed files with 112 additions and 111 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-cache"
version = "0.16.2"
version = "1.0.0"
description = "Cache system for WebAssembly"
license = "MIT"
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
@@ -11,7 +11,7 @@ keywords = ["webassembly", "wasm", "cache"]
edition = "2018"
[dependencies]
wasmer = { path = "../api", version = "0.16.2", default-features = false }
wasmer = { path = "../api", version = "1.0.0", default-features = false }
memmap = "0.7"
hex = "0.4"
thiserror = "1"