mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 13:18:20 +00:00
Release version 2.2.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wasmer-middlewares"
|
||||
version = "2.2.0"
|
||||
version = "2.2.1"
|
||||
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||
description = "A collection of various useful middlewares"
|
||||
license = "MIT OR Apache-2.0 WITH LLVM-exception"
|
||||
@@ -11,13 +11,13 @@ readme = "README.md"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
wasmer = { path = "../api", version = "=2.2.0", default-features = false, features = ["compiler"] }
|
||||
wasmer-types = { path = "../types", version = "=2.2.0" }
|
||||
wasmer-vm = { path = "../vm", version = "=2.2.0" }
|
||||
wasmer = { path = "../api", version = "=2.2.1", default-features = false, features = ["compiler"] }
|
||||
wasmer-types = { path = "../types", version = "=2.2.1" }
|
||||
wasmer-vm = { path = "../vm", version = "=2.2.1" }
|
||||
loupe = "0.1"
|
||||
|
||||
[dev-dependencies]
|
||||
wasmer = { path = "../api", version = "=2.2.0", features = ["compiler"] }
|
||||
wasmer = { path = "../api", version = "=2.2.1", features = ["compiler"] }
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
Reference in New Issue
Block a user