mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 21:58:20 +00:00
Updated Wasmer versions to 1.0
This commit is contained in:
4
lib/cache/Cargo.toml
vendored
4
lib/cache/Cargo.toml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user