mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 20:58:28 +00:00
Release version 2.2.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wasmer-emscripten"
|
||||
version = "2.2.0"
|
||||
version = "2.2.1"
|
||||
description = "Emscripten implementation library for Wasmer WebAssembly runtime"
|
||||
categories = ["wasm", "os"]
|
||||
keywords = ["wasm", "webassembly", "abi", "emscripten", "posix"]
|
||||
@@ -16,7 +16,7 @@ lazy_static = "1.4"
|
||||
libc = "^0.2"
|
||||
log = "0.4"
|
||||
time = { version = "0.2", features = ["std"] }
|
||||
wasmer = { path = "../api", version = "=2.2.0", default-features = false, features = ["sys"] }
|
||||
wasmer = { path = "../api", version = "=2.2.1", default-features = false, features = ["sys"] }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
getrandom = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user