From fe9d2d8d22b99e64d686192236f787fc3571e24c Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Tue, 15 Mar 2022 11:02:31 +0000 Subject: [PATCH] Release version 2.2.1 --- CHANGELOG.md | 5 ++ Cargo.lock | 56 ++++++++++----------- Cargo.toml | 34 ++++++------- lib/api/Cargo.toml | 26 +++++----- lib/c-api/Cargo.toml | 26 +++++----- lib/cache/Cargo.toml | 10 ++-- lib/cli/Cargo.toml | 36 ++++++------- lib/compiler-cranelift/Cargo.toml | 8 +-- lib/compiler-llvm/Cargo.toml | 8 +-- lib/compiler-singlepass/Cargo.toml | 8 +-- lib/compiler/Cargo.toml | 6 +-- lib/derive/Cargo.toml | 2 +- lib/emscripten/Cargo.toml | 4 +- lib/engine-dylib/Cargo.toml | 12 ++--- lib/engine-staticlib/Cargo.toml | 12 ++--- lib/engine-universal/Cargo.toml | 10 ++-- lib/engine/Cargo.toml | 8 +-- lib/middlewares/Cargo.toml | 10 ++-- lib/object/Cargo.toml | 6 +-- lib/types/Cargo.toml | 2 +- lib/vfs/Cargo.toml | 2 +- lib/vm/Cargo.toml | 4 +- lib/wasi-experimental-io-devices/Cargo.toml | 4 +- lib/wasi-types/Cargo.toml | 4 +- lib/wasi/Cargo.toml | 8 +-- scripts/publish.py | 2 +- scripts/update-version.sh | 4 +- scripts/windows-installer/wasmer.iss | 2 +- tests/integration/cli/Cargo.toml | 2 +- tests/integration/ios/Cargo.toml | 2 +- tests/lib/engine-dummy/Cargo.toml | 10 ++-- tests/lib/wast/Cargo.toml | 8 +-- tests/wasi-wast/Cargo.toml | 2 +- 33 files changed, 174 insertions(+), 169 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e17555521a..e400e2dd832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C ## **Unreleased** +## 2.2.1 - 2022/03/15 + +### Fixed +- [#2812](https://github.com/wasmerio/wasmer/pull/2812) Fixed another panic due to incorrect drop ordering. + ## 2.2.0 - 2022/02/28 ### Added diff --git a/Cargo.lock b/Cargo.lock index be39708b755..73b1a8e5193 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2672,7 +2672,7 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "wasi-test-generator" -version = "2.2.0" +version = "2.2.1" dependencies = [ "glob", "gumdrop", @@ -2795,7 +2795,7 @@ dependencies = [ [[package]] name = "wasmer" -version = "2.2.0" +version = "2.2.1" dependencies = [ "anyhow", "cfg-if 1.0.0", @@ -2843,7 +2843,7 @@ dependencies = [ [[package]] name = "wasmer-c-api" -version = "2.2.0" +version = "2.2.1" dependencies = [ "cbindgen", "cfg-if 1.0.0", @@ -2872,7 +2872,7 @@ dependencies = [ [[package]] name = "wasmer-cache" -version = "2.2.0" +version = "2.2.1" dependencies = [ "blake3", "criterion", @@ -2888,7 +2888,7 @@ dependencies = [ [[package]] name = "wasmer-cli" -version = "2.2.0" +version = "2.2.1" dependencies = [ "anyhow", "atty", @@ -2922,7 +2922,7 @@ dependencies = [ [[package]] name = "wasmer-compiler" -version = "2.2.0" +version = "2.2.1" dependencies = [ "enumset", "hashbrown 0.11.2", @@ -2940,7 +2940,7 @@ dependencies = [ [[package]] name = "wasmer-compiler-cranelift" -version = "2.2.0" +version = "2.2.1" dependencies = [ "cranelift-codegen", "cranelift-entity", @@ -2961,7 +2961,7 @@ dependencies = [ [[package]] name = "wasmer-compiler-llvm" -version = "2.2.0" +version = "2.2.1" dependencies = [ "byteorder", "cc", @@ -2984,7 +2984,7 @@ dependencies = [ [[package]] name = "wasmer-compiler-singlepass" -version = "2.2.0" +version = "2.2.1" dependencies = [ "byteorder", "dynasm", @@ -3003,7 +3003,7 @@ dependencies = [ [[package]] name = "wasmer-derive" -version = "2.2.0" +version = "2.2.1" dependencies = [ "compiletest_rs", "proc-macro-error", @@ -3015,7 +3015,7 @@ dependencies = [ [[package]] name = "wasmer-emscripten" -version = "2.2.0" +version = "2.2.1" dependencies = [ "byteorder", "getrandom", @@ -3028,7 +3028,7 @@ dependencies = [ [[package]] name = "wasmer-engine" -version = "2.2.0" +version = "2.2.1" dependencies = [ "backtrace", "enumset", @@ -3048,7 +3048,7 @@ dependencies = [ [[package]] name = "wasmer-engine-dummy" -version = "2.2.0" +version = "2.2.1" dependencies = [ "bincode", "enumset", @@ -3063,7 +3063,7 @@ dependencies = [ [[package]] name = "wasmer-engine-dylib" -version = "2.2.0" +version = "2.2.1" dependencies = [ "cfg-if 1.0.0", "enum-iterator", @@ -3086,7 +3086,7 @@ dependencies = [ [[package]] name = "wasmer-engine-staticlib" -version = "2.2.0" +version = "2.2.1" dependencies = [ "bincode", "cfg-if 1.0.0", @@ -3106,7 +3106,7 @@ dependencies = [ [[package]] name = "wasmer-engine-universal" -version = "2.2.0" +version = "2.2.1" dependencies = [ "cfg-if 1.0.0", "enum-iterator", @@ -3124,7 +3124,7 @@ dependencies = [ [[package]] name = "wasmer-integration-tests-cli" -version = "2.2.0" +version = "2.2.1" dependencies = [ "anyhow", "tempfile", @@ -3132,11 +3132,11 @@ dependencies = [ [[package]] name = "wasmer-integration-tests-ios" -version = "2.2.0" +version = "2.2.1" [[package]] name = "wasmer-middlewares" -version = "2.2.0" +version = "2.2.1" dependencies = [ "loupe", "wasmer", @@ -3146,7 +3146,7 @@ dependencies = [ [[package]] name = "wasmer-object" -version = "2.2.0" +version = "2.2.1" dependencies = [ "object 0.28.3", "thiserror", @@ -3156,7 +3156,7 @@ dependencies = [ [[package]] name = "wasmer-types" -version = "2.2.0" +version = "2.2.1" dependencies = [ "indexmap", "loupe", @@ -3167,7 +3167,7 @@ dependencies = [ [[package]] name = "wasmer-vfs" -version = "2.2.0" +version = "2.2.1" dependencies = [ "libc", "serde", @@ -3179,7 +3179,7 @@ dependencies = [ [[package]] name = "wasmer-vm" -version = "2.2.0" +version = "2.2.1" dependencies = [ "backtrace", "cc", @@ -3200,7 +3200,7 @@ dependencies = [ [[package]] name = "wasmer-wasi" -version = "2.2.0" +version = "2.2.1" dependencies = [ "bincode", "cfg-if 1.0.0", @@ -3222,7 +3222,7 @@ dependencies = [ [[package]] name = "wasmer-wasi-experimental-io-devices" -version = "2.2.0" +version = "2.2.1" dependencies = [ "minifb", "nix", @@ -3235,7 +3235,7 @@ dependencies = [ [[package]] name = "wasmer-wasi-types" -version = "2.2.0" +version = "2.2.1" dependencies = [ "byteorder", "serde", @@ -3245,7 +3245,7 @@ dependencies = [ [[package]] name = "wasmer-wast" -version = "2.2.0" +version = "2.2.1" dependencies = [ "anyhow", "serde", @@ -3259,7 +3259,7 @@ dependencies = [ [[package]] name = "wasmer-workspace" -version = "2.2.0" +version = "2.2.1" dependencies = [ "anyhow", "build-deps", diff --git a/Cargo.toml b/Cargo.toml index ada1daa490f..f1273bf1226 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-workspace" -version = "2.2.0" +version = "2.2.1" description = "Wasmer workspace" authors = ["Wasmer Engineering Team "] repository = "https://github.com/wasmerio/wasmer" @@ -10,22 +10,22 @@ publish = false autoexamples = false [dependencies] -wasmer = { version = "=2.2.0", path = "lib/api", default-features = false } -wasmer-compiler = { version = "=2.2.0", path = "lib/compiler" } -wasmer-compiler-cranelift = { version = "=2.2.0", path = "lib/compiler-cranelift", optional = true } -wasmer-compiler-singlepass = { version = "=2.2.0", path = "lib/compiler-singlepass", optional = true } -wasmer-compiler-llvm = { version = "=2.2.0", path = "lib/compiler-llvm", optional = true } -wasmer-emscripten = { version = "=2.2.0", path = "lib/emscripten", optional = true } -wasmer-engine = { version = "=2.2.0", path = "lib/engine" } -wasmer-engine-universal = { version = "=2.2.0", path = "lib/engine-universal", optional = true } -wasmer-engine-dylib = { version = "=2.2.0", path = "lib/engine-dylib", optional = true } -wasmer-engine-staticlib = { version = "=2.2.0", path = "lib/engine-staticlib", optional = true } -wasmer-wasi = { version = "=2.2.0", path = "lib/wasi", optional = true } -wasmer-wast = { version = "=2.2.0", path = "tests/lib/wast", optional = true } -wasi-test-generator = { version = "=2.2.0", path = "tests/wasi-wast", optional = true } -wasmer-cache = { version = "=2.2.0", path = "lib/cache", optional = true } -wasmer-types = { version = "=2.2.0", path = "lib/types" } -wasmer-middlewares = { version = "=2.2.0", path = "lib/middlewares", optional = true } +wasmer = { version = "=2.2.1", path = "lib/api", default-features = false } +wasmer-compiler = { version = "=2.2.1", path = "lib/compiler" } +wasmer-compiler-cranelift = { version = "=2.2.1", path = "lib/compiler-cranelift", optional = true } +wasmer-compiler-singlepass = { version = "=2.2.1", path = "lib/compiler-singlepass", optional = true } +wasmer-compiler-llvm = { version = "=2.2.1", path = "lib/compiler-llvm", optional = true } +wasmer-emscripten = { version = "=2.2.1", path = "lib/emscripten", optional = true } +wasmer-engine = { version = "=2.2.1", path = "lib/engine" } +wasmer-engine-universal = { version = "=2.2.1", path = "lib/engine-universal", optional = true } +wasmer-engine-dylib = { version = "=2.2.1", path = "lib/engine-dylib", optional = true } +wasmer-engine-staticlib = { version = "=2.2.1", path = "lib/engine-staticlib", optional = true } +wasmer-wasi = { version = "=2.2.1", path = "lib/wasi", optional = true } +wasmer-wast = { version = "=2.2.1", path = "tests/lib/wast", optional = true } +wasi-test-generator = { version = "=2.2.1", path = "tests/wasi-wast", optional = true } +wasmer-cache = { version = "=2.2.1", path = "lib/cache", optional = true } +wasmer-types = { version = "=2.2.1", path = "lib/types" } +wasmer-middlewares = { version = "=2.2.1", path = "lib/middlewares", optional = true } cfg-if = "1.0" [workspace] diff --git a/lib/api/Cargo.toml b/lib/api/Cargo.toml index 05a84044b1c..e4e44966622 100644 --- a/lib/api/Cargo.toml +++ b/lib/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer" -version = "2.2.0" +version = "2.2.1" description = "High-performance WebAssembly runtime" categories = ["wasm"] keywords = ["wasm", "webassembly", "runtime", "vm"] @@ -32,19 +32,19 @@ wat = { version = "1.0", optional = true } # Dependencies and Development Dependencies for `sys`. [target.'cfg(not(target_arch = "wasm32"))'.dependencies] # - Mandatory dependencies for `sys`. -wasmer-vm = { path = "../vm", version = "=2.2.0" } -wasmer-compiler = { path = "../compiler", version = "=2.2.0" } -wasmer-derive = { path = "../derive", version = "=2.2.0" } -wasmer-engine = { path = "../engine", version = "=2.2.0" } -wasmer-types = { path = "../types", version = "=2.2.0" } +wasmer-vm = { path = "../vm", version = "=2.2.1" } +wasmer-compiler = { path = "../compiler", version = "=2.2.1" } +wasmer-derive = { path = "../derive", version = "=2.2.1" } +wasmer-engine = { path = "../engine", version = "=2.2.1" } +wasmer-types = { path = "../types", version = "=2.2.1" } target-lexicon = { version = "0.12.2", default-features = false } loupe = "0.1" # - Optional dependencies for `sys`. -wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=2.2.0", optional = true } -wasmer-compiler-cranelift = { path = "../compiler-cranelift", version = "=2.2.0", optional = true } -wasmer-compiler-llvm = { path = "../compiler-llvm", version = "=2.2.0", optional = true } -wasmer-engine-universal = { path = "../engine-universal", version = "=2.2.0", optional = true } -wasmer-engine-dylib = { path = "../engine-dylib", version = "=2.2.0", optional = true } +wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=2.2.1", optional = true } +wasmer-compiler-cranelift = { path = "../compiler-cranelift", version = "=2.2.1", optional = true } +wasmer-compiler-llvm = { path = "../compiler-llvm", version = "=2.2.1", optional = true } +wasmer-engine-universal = { path = "../engine-universal", version = "=2.2.1", optional = true } +wasmer-engine-dylib = { path = "../engine-dylib", version = "=2.2.1", optional = true } # - Mandatory dependencies for `sys` on Windows. [target.'cfg(all(not(target_arch = "wasm32"), target_os = "windows"))'.dependencies] winapi = "0.3" @@ -57,10 +57,10 @@ anyhow = "1.0" # Dependencies and Develoment Dependencies for `js`. [target.'cfg(target_arch = "wasm32")'.dependencies] # - Mandatory dependencies for `js`. -wasmer-types = { path = "../types", version = "=2.2.0", default-features = false, features = ["std"] } +wasmer-types = { path = "../types", version = "=2.2.1", default-features = false, features = ["std"] } wasm-bindgen = "0.2.74" js-sys = "0.3.51" -wasmer-derive = { path = "../derive", version = "=2.2.0" } +wasmer-derive = { path = "../derive", version = "=2.2.1" } # - Optional dependencies for `js`. wasmparser = { version = "0.78", default-features = false, optional = true } hashbrown = { version = "0.11", optional = true } diff --git a/lib/c-api/Cargo.toml b/lib/c-api/Cargo.toml index 134eff53b36..4f96692cfe9 100644 --- a/lib/c-api/Cargo.toml +++ b/lib/c-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-c-api" -version = "2.2.0" +version = "2.2.1" description = "Wasmer C API library" categories = ["wasm", "api-bindings"] keywords = ["wasm", "webassembly", "runtime"] @@ -22,18 +22,18 @@ crate-type = ["cdylib", "rlib", "staticlib"] [dependencies] # We rename `wasmer` to `wasmer-api` to avoid the conflict with this # library name (see `[lib]`). -wasmer-api = { version = "=2.2.0", path = "../api", default-features = false, features = ["sys"], package = "wasmer" } -wasmer-compiler-cranelift = { version = "=2.2.0", path = "../compiler-cranelift", optional = true } -wasmer-compiler-singlepass = { version = "=2.2.0", path = "../compiler-singlepass", optional = true } -wasmer-compiler-llvm = { version = "=2.2.0", path = "../compiler-llvm", optional = true } -wasmer-emscripten = { version = "=2.2.0", path = "../emscripten", optional = true } -wasmer-engine = { version = "=2.2.0", path = "../engine" } -wasmer-engine-universal = { version = "=2.2.0", path = "../engine-universal", optional = true } -wasmer-engine-dylib = { version = "=2.2.0", path = "../engine-dylib", optional = true } -wasmer-engine-staticlib = { version = "=2.2.0", path = "../engine-staticlib", optional = true } -wasmer-middlewares = { version = "=2.2.0", path = "../middlewares", optional = true } -wasmer-wasi = { version = "=2.2.0", path = "../wasi", default-features = false, features = ["host-fs", "sys"], optional = true } -wasmer-types = { version = "=2.2.0", path = "../types" } +wasmer-api = { version = "=2.2.1", path = "../api", default-features = false, features = ["sys"], package = "wasmer" } +wasmer-compiler-cranelift = { version = "=2.2.1", path = "../compiler-cranelift", optional = true } +wasmer-compiler-singlepass = { version = "=2.2.1", path = "../compiler-singlepass", optional = true } +wasmer-compiler-llvm = { version = "=2.2.1", path = "../compiler-llvm", optional = true } +wasmer-emscripten = { version = "=2.2.1", path = "../emscripten", optional = true } +wasmer-engine = { version = "=2.2.1", path = "../engine" } +wasmer-engine-universal = { version = "=2.2.1", path = "../engine-universal", optional = true } +wasmer-engine-dylib = { version = "=2.2.1", path = "../engine-dylib", optional = true } +wasmer-engine-staticlib = { version = "=2.2.1", path = "../engine-staticlib", optional = true } +wasmer-middlewares = { version = "=2.2.1", path = "../middlewares", optional = true } +wasmer-wasi = { version = "=2.2.1", path = "../wasi", default-features = false, features = ["host-fs", "sys"], optional = true } +wasmer-types = { version = "=2.2.1", path = "../types" } enumset = "1.0" cfg-if = "1.0" lazy_static = "1.4" diff --git a/lib/cache/Cargo.toml b/lib/cache/Cargo.toml index 7098023d9d1..1368ee5a25a 100644 --- a/lib/cache/Cargo.toml +++ b/lib/cache/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-cache" -version = "2.2.0" +version = "2.2.1" description = "Cache system for Wasmer WebAssembly runtime" categories = ["wasm", "caching"] keywords = ["wasm", "webassembly", "cache"] @@ -11,7 +11,7 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer = { path = "../api", version = "=2.2.0", default-features = false, features = ["sys"] } +wasmer = { path = "../api", version = "=2.2.1", default-features = false, features = ["sys"] } hex = "0.4" thiserror = "1" blake3 = "1.0" @@ -20,9 +20,9 @@ blake3 = "1.0" criterion = "0.3" tempfile = "3" rand = "0.8.3" -wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=2.2.0" } -wasmer-engine-universal = { path = "../engine-universal", version = "=2.2.0" } -wasmer-engine-dylib = { path = "../engine-dylib", version = "=2.2.0" } +wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=2.2.1" } +wasmer-engine-universal = { path = "../engine-universal", version = "=2.2.1" } +wasmer-engine-dylib = { path = "../engine-dylib", version = "=2.2.1" } [features] blake3-pure = ["blake3/pure"] diff --git a/lib/cli/Cargo.toml b/lib/cli/Cargo.toml index 40fa8486680..8854f184ef6 100644 --- a/lib/cli/Cargo.toml +++ b/lib/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-cli" -version = "2.2.0" +version = "2.2.1" description = "Wasmer CLI" categories = ["wasm", "command-line-interface"] keywords = ["wasm", "webassembly", "cli"] @@ -24,23 +24,23 @@ doc = false required-features = ["headless"] [dependencies] -wasmer = { version = "=2.2.0", path = "../api", default-features = false } -wasmer-compiler = { version = "=2.2.0", path = "../compiler" } -wasmer-compiler-cranelift = { version = "=2.2.0", path = "../compiler-cranelift", optional = true } -wasmer-compiler-singlepass = { version = "=2.2.0", path = "../compiler-singlepass", optional = true } -wasmer-compiler-llvm = { version = "=2.2.0", path = "../compiler-llvm", optional = true } -wasmer-emscripten = { version = "=2.2.0", path = "../emscripten", optional = true } -wasmer-engine = { version = "=2.2.0", path = "../engine" } -wasmer-engine-universal = { version = "=2.2.0", path = "../engine-universal", optional = true } -wasmer-engine-dylib = { version = "=2.2.0", path = "../engine-dylib", optional = true } -wasmer-engine-staticlib = { version = "=2.2.0", path = "../engine-staticlib", optional = true } -wasmer-vm = { version = "=2.2.0", path = "../vm" } -wasmer-wasi = { version = "=2.2.0", path = "../wasi", optional = true } -wasmer-wasi-experimental-io-devices = { version = "=2.2.0", path = "../wasi-experimental-io-devices", optional = true } -wasmer-wast = { version = "=2.2.0", path = "../../tests/lib/wast", optional = true } -wasmer-cache = { version = "=2.2.0", path = "../cache", optional = true } -wasmer-types = { version = "=2.2.0", path = "../types" } -wasmer-vfs = { version = "=2.2.0", path = "../vfs", default-features = false, features = ["host-fs"] } +wasmer = { version = "=2.2.1", path = "../api", default-features = false } +wasmer-compiler = { version = "=2.2.1", path = "../compiler" } +wasmer-compiler-cranelift = { version = "=2.2.1", path = "../compiler-cranelift", optional = true } +wasmer-compiler-singlepass = { version = "=2.2.1", path = "../compiler-singlepass", optional = true } +wasmer-compiler-llvm = { version = "=2.2.1", path = "../compiler-llvm", optional = true } +wasmer-emscripten = { version = "=2.2.1", path = "../emscripten", optional = true } +wasmer-engine = { version = "=2.2.1", path = "../engine" } +wasmer-engine-universal = { version = "=2.2.1", path = "../engine-universal", optional = true } +wasmer-engine-dylib = { version = "=2.2.1", path = "../engine-dylib", optional = true } +wasmer-engine-staticlib = { version = "=2.2.1", path = "../engine-staticlib", optional = true } +wasmer-vm = { version = "=2.2.1", path = "../vm" } +wasmer-wasi = { version = "=2.2.1", path = "../wasi", optional = true } +wasmer-wasi-experimental-io-devices = { version = "=2.2.1", path = "../wasi-experimental-io-devices", optional = true } +wasmer-wast = { version = "=2.2.1", path = "../../tests/lib/wast", optional = true } +wasmer-cache = { version = "=2.2.1", path = "../cache", optional = true } +wasmer-types = { version = "=2.2.1", path = "../types" } +wasmer-vfs = { version = "=2.2.1", path = "../vfs", default-features = false, features = ["host-fs"] } atty = "0.2" colored = "2.0" anyhow = "1.0" diff --git a/lib/compiler-cranelift/Cargo.toml b/lib/compiler-cranelift/Cargo.toml index 978ac053837..a200c8a926a 100644 --- a/lib/compiler-cranelift/Cargo.toml +++ b/lib/compiler-cranelift/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-compiler-cranelift" -version = "2.2.0" +version = "2.2.1" description = "Cranelift compiler for Wasmer WebAssembly runtime" categories = ["wasm"] keywords = ["wasm", "webassembly", "compiler", "cranelift"] @@ -12,9 +12,9 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer-compiler = { path = "../compiler", version = "=2.2.0", features = ["translator"], default-features = false } -wasmer-vm = { path = "../vm", version = "=2.2.0" } -wasmer-types = { path = "../types", version = "=2.2.0", default-features = false, features = ["std"] } +wasmer-compiler = { path = "../compiler", version = "=2.2.1", features = ["translator"], default-features = false } +wasmer-vm = { path = "../vm", version = "=2.2.1" } +wasmer-types = { path = "../types", version = "=2.2.1", default-features = false, features = ["std"] } cranelift-entity = { version = "0.76", default-features = false } cranelift-codegen = { version = "0.76", default-features = false, features = ["x86", "arm64"] } cranelift-frontend = { version = "0.76", default-features = false } diff --git a/lib/compiler-llvm/Cargo.toml b/lib/compiler-llvm/Cargo.toml index 68d5a15c525..66afc67bf4a 100644 --- a/lib/compiler-llvm/Cargo.toml +++ b/lib/compiler-llvm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-compiler-llvm" -version = "2.2.0" +version = "2.2.1" description = "LLVM compiler for Wasmer WebAssembly runtime" categories = ["wasm"] keywords = ["wasm", "webassembly", "compiler", "llvm"] @@ -12,11 +12,11 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer-compiler = { path = "../compiler", version = "=2.2.0", features = [ +wasmer-compiler = { path = "../compiler", version = "=2.2.1", features = [ "translator", ] } -wasmer-vm = { path = "../vm", version = "=2.2.0" } -wasmer-types = { path = "../types", version = "=2.2.0" } +wasmer-vm = { path = "../vm", version = "=2.2.1" } +wasmer-types = { path = "../types", version = "=2.2.1" } target-lexicon = { version = "0.12.2", default-features = false } smallvec = "1.6" object = { version = "0.28.3", default-features = false, features = ["read"] } diff --git a/lib/compiler-singlepass/Cargo.toml b/lib/compiler-singlepass/Cargo.toml index db689b77932..7bb2ca1dfa1 100644 --- a/lib/compiler-singlepass/Cargo.toml +++ b/lib/compiler-singlepass/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-compiler-singlepass" -version = "2.2.0" +version = "2.2.1" description = "Singlepass compiler for Wasmer WebAssembly runtime" categories = ["wasm"] keywords = ["wasm", "webassembly", "compiler", "singlepass"] @@ -12,9 +12,9 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer-compiler = { path = "../compiler", version = "=2.2.0", features = ["translator"], default-features = false } -wasmer-vm = { path = "../vm", version = "=2.2.0" } -wasmer-types = { path = "../types", version = "=2.2.0", default-features = false, features = ["std"] } +wasmer-compiler = { path = "../compiler", version = "=2.2.1", features = ["translator"], default-features = false } +wasmer-vm = { path = "../vm", version = "=2.2.1" } +wasmer-types = { path = "../types", version = "=2.2.1", default-features = false, features = ["std"] } rayon = { version = "1.5", optional = true } hashbrown = { version = "0.11", optional = true } more-asserts = "0.2" diff --git a/lib/compiler/Cargo.toml b/lib/compiler/Cargo.toml index 82f5d3c9d0a..171cbe61ddf 100644 --- a/lib/compiler/Cargo.toml +++ b/lib/compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-compiler" -version = "2.2.0" +version = "2.2.1" description = "Base compiler abstraction for Wasmer WebAssembly runtime" categories = ["wasm", "no-std"] keywords = ["wasm", "webassembly", "compiler"] @@ -11,8 +11,8 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer-vm = { path = "../vm", version = "=2.2.0" } -wasmer-types = { path = "../types", version = "=2.2.0", default-features = false } +wasmer-vm = { path = "../vm", version = "=2.2.1" } +wasmer-types = { path = "../types", version = "=2.2.1", default-features = false } wasmparser = { version = "0.78", optional = true, default-features = false } target-lexicon = { version = "0.12.2", default-features = false } enumset = "1.0" diff --git a/lib/derive/Cargo.toml b/lib/derive/Cargo.toml index 7d4f82a1b0d..aca1a411861 100644 --- a/lib/derive/Cargo.toml +++ b/lib/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-derive" -version = "2.2.0" +version = "2.2.1" description = "Wasmer derive macros" authors = ["Wasmer Engineering Team "] repository = "https://github.com/wasmerio/wasmer" diff --git a/lib/emscripten/Cargo.toml b/lib/emscripten/Cargo.toml index 7d9a922625f..182f782ba7c 100644 --- a/lib/emscripten/Cargo.toml +++ b/lib/emscripten/Cargo.toml @@ -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" diff --git a/lib/engine-dylib/Cargo.toml b/lib/engine-dylib/Cargo.toml index 005c69aee06..da1219406eb 100644 --- a/lib/engine-dylib/Cargo.toml +++ b/lib/engine-dylib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-engine-dylib" -version = "2.2.0" +version = "2.2.1" description = "Wasmer Dylib Engine" categories = ["wasm"] keywords = ["wasm", "webassembly", "engine", "dylib"] @@ -11,11 +11,11 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer-types = { path = "../types", version = "=2.2.0" } -wasmer-compiler = { path = "../compiler", version = "=2.2.0" } -wasmer-vm = { path = "../vm", version = "=2.2.0", features = ["enable-rkyv"] } -wasmer-engine = { path = "../engine", version = "=2.2.0" } -wasmer-object = { path = "../object", version = "=2.2.0" } +wasmer-types = { path = "../types", version = "=2.2.1" } +wasmer-compiler = { path = "../compiler", version = "=2.2.1" } +wasmer-vm = { path = "../vm", version = "=2.2.1", features = ["enable-rkyv"] } +wasmer-engine = { path = "../engine", version = "=2.2.1" } +wasmer-object = { path = "../object", version = "=2.2.1" } serde = { version = "1.0", features = ["derive", "rc"] } cfg-if = "1.0" tracing = { version = "0.1", features = ["log"] } diff --git a/lib/engine-staticlib/Cargo.toml b/lib/engine-staticlib/Cargo.toml index ff9061e4257..531e143fd40 100644 --- a/lib/engine-staticlib/Cargo.toml +++ b/lib/engine-staticlib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-engine-staticlib" -version = "2.2.0" +version = "2.2.1" authors = ["Wasmer Engineering Team "] description = "Wasmer Staticlib Engine" categories = ["wasm"] @@ -11,11 +11,11 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer-types = { path = "../types", version = "=2.2.0" } -wasmer-compiler = { path = "../compiler", version = "=2.2.0" } -wasmer-vm = { path = "../vm", version = "=2.2.0" } -wasmer-engine = { path = "../engine", version = "=2.2.0" } -wasmer-object = { path = "../object", version = "=2.2.0" } +wasmer-types = { path = "../types", version = "=2.2.1" } +wasmer-compiler = { path = "../compiler", version = "=2.2.1" } +wasmer-vm = { path = "../vm", version = "=2.2.1" } +wasmer-engine = { path = "../engine", version = "=2.2.1" } +wasmer-object = { path = "../object", version = "=2.2.1" } serde = { version = "1.0", features = ["derive", "rc"] } cfg-if = "1.0" tracing = "0.1" diff --git a/lib/engine-universal/Cargo.toml b/lib/engine-universal/Cargo.toml index fc69f35337d..fbf106dc1b7 100644 --- a/lib/engine-universal/Cargo.toml +++ b/lib/engine-universal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-engine-universal" -version = "2.2.0" +version = "2.2.1" description = "Wasmer Universal Engine" categories = ["wasm"] keywords = ["wasm", "webassembly", "engine", "universal"] @@ -11,15 +11,15 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer-types = { path = "../types", version = "=2.2.0", features = [ +wasmer-types = { path = "../types", version = "=2.2.1", features = [ "enable-rkyv", ] } -wasmer-compiler = { path = "../compiler", version = "=2.2.0", features = [ +wasmer-compiler = { path = "../compiler", version = "=2.2.1", features = [ "translator", "enable-rkyv", ] } -wasmer-vm = { path = "../vm", version = "=2.2.0", features = ["enable-rkyv"] } -wasmer-engine = { path = "../engine", version = "=2.2.0" } +wasmer-vm = { path = "../vm", version = "=2.2.1", features = ["enable-rkyv"] } +wasmer-engine = { path = "../engine", version = "=2.2.1" } # flexbuffers = { path = "../../../flatbuffers/rust/flexbuffers", version = "0.1.0" } region = "3.0" cfg-if = "1.0" diff --git a/lib/engine/Cargo.toml b/lib/engine/Cargo.toml index 859a9454693..79fdc2b8ede 100644 --- a/lib/engine/Cargo.toml +++ b/lib/engine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-engine" -version = "2.2.0" +version = "2.2.1" description = "Wasmer Engine abstraction" categories = ["wasm"] keywords = ["wasm", "webassembly", "engine"] @@ -11,9 +11,9 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer-types = { path = "../types", version = "=2.2.0" } -wasmer-compiler = { path = "../compiler", version = "=2.2.0" } -wasmer-vm = { path = "../vm", version = "=2.2.0" } +wasmer-types = { path = "../types", version = "=2.2.1" } +wasmer-compiler = { path = "../compiler", version = "=2.2.1" } +wasmer-vm = { path = "../vm", version = "=2.2.1" } target-lexicon = { version = "0.12.2", default-features = false } # flexbuffers = { path = "../../../flatbuffers/rust/flexbuffers", version = "0.1.0" } backtrace = "0.3" diff --git a/lib/middlewares/Cargo.toml b/lib/middlewares/Cargo.toml index 82136ae95ed..3111469c9c8 100644 --- a/lib/middlewares/Cargo.toml +++ b/lib/middlewares/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-middlewares" -version = "2.2.0" +version = "2.2.1" authors = ["Wasmer Engineering Team "] 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" } diff --git a/lib/object/Cargo.toml b/lib/object/Cargo.toml index fd92afe4c79..51ee535672b 100644 --- a/lib/object/Cargo.toml +++ b/lib/object/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-object" -version = "2.2.0" +version = "2.2.1" description = "Wasmer Native Object generator" categories = ["wasm"] keywords = ["wasm", "webassembly"] @@ -11,8 +11,8 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer-types = { path = "../types", version = "=2.2.0" } -wasmer-compiler = { path = "../compiler", version = "=2.2.0", default-features = false, features = [ +wasmer-types = { path = "../types", version = "=2.2.1" } +wasmer-compiler = { path = "../compiler", version = "=2.2.1", default-features = false, features = [ "std", "translator", ] } diff --git a/lib/types/Cargo.toml b/lib/types/Cargo.toml index feaa380e151..3348db675a1 100644 --- a/lib/types/Cargo.toml +++ b/lib/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-types" -version = "2.2.0" +version = "2.2.1" description = "Wasmer Common Types" categories = ["wasm", "no-std", "data-structures"] keywords = ["wasm", "webassembly", "types"] diff --git a/lib/vfs/Cargo.toml b/lib/vfs/Cargo.toml index 3568a1ec9d1..bf428d61649 100644 --- a/lib/vfs/Cargo.toml +++ b/lib/vfs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-vfs" -version = "2.2.0" +version = "2.2.1" description = "Wasmer Virtual FileSystem" authors = ["Wasmer Engineering Team "] license = "MIT" diff --git a/lib/vm/Cargo.toml b/lib/vm/Cargo.toml index 84bd4b2493e..74ad0b2bd3d 100644 --- a/lib/vm/Cargo.toml +++ b/lib/vm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-vm" -version = "2.2.0" +version = "2.2.1" description = "Runtime library support for Wasmer" categories = ["wasm"] keywords = ["wasm", "webassembly"] @@ -11,7 +11,7 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer-types = { path = "../types", version = "=2.2.0" } +wasmer-types = { path = "../types", version = "=2.2.1" } region = "3.0" libc = { version = "^0.2", default-features = false } memoffset = "0.6" diff --git a/lib/wasi-experimental-io-devices/Cargo.toml b/lib/wasi-experimental-io-devices/Cargo.toml index aa5da7220f8..3625f76bc09 100644 --- a/lib/wasi-experimental-io-devices/Cargo.toml +++ b/lib/wasi-experimental-io-devices/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-wasi-experimental-io-devices" -version = "2.2.0" +version = "2.2.1" description = "An experimental non-standard WASI extension for graphics" categories = ["wasm"] keywords = ["wasm", "webassembly", "types"] @@ -14,7 +14,7 @@ edition = "2018" maintenance = { status = "experimental" } [dependencies] -wasmer-wasi = { version = "=2.2.0", path = "../wasi", default-features=false } +wasmer-wasi = { version = "=2.2.1", path = "../wasi", default-features=false } tracing = "0.1" minifb = "0.19" nix = "0.20.2" diff --git a/lib/wasi-types/Cargo.toml b/lib/wasi-types/Cargo.toml index 3b092370b68..f7c9fc4bf67 100644 --- a/lib/wasi-types/Cargo.toml +++ b/lib/wasi-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-wasi-types" -version = "2.2.0" +version = "2.2.1" description = "WASI types for Wasmer WebAssembly runtime" categories = ["wasm", "os"] keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"] @@ -11,7 +11,7 @@ readme = "README.md" edition = "2018" [dependencies] -wasmer-types = { path = "../types", version = "=2.2.0" } +wasmer-types = { path = "../types", version = "=2.2.1" } serde = { version = "1.0", features = ["derive"], optional=true } byteorder = "1.3" time = "0.2" diff --git a/lib/wasi/Cargo.toml b/lib/wasi/Cargo.toml index 025b478f978..285b23b20ac 100644 --- a/lib/wasi/Cargo.toml +++ b/lib/wasi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-wasi" -version = "2.2.0" +version = "2.2.1" description = "WASI implementation library for Wasmer WebAssembly runtime" categories = ["wasm", "os"] keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"] @@ -19,9 +19,9 @@ thiserror = "1" generational-arena = { version = "0.2" } tracing = "0.1" getrandom = "0.2" -wasmer-wasi-types = { path = "../wasi-types", version = "=2.2.0" } -wasmer = { path = "../api", version = "=2.2.0", default-features = false } -wasmer-vfs = { path = "../vfs", version = "=2.2.0", default-features = false } +wasmer-wasi-types = { path = "../wasi-types", version = "=2.2.1" } +wasmer = { path = "../api", version = "=2.2.1", default-features = false } +wasmer-vfs = { path = "../vfs", version = "=2.2.1", default-features = false } typetag = { version = "0.1", optional = true } serde = { version = "1.0", default-features = false, features = ["derive"], optional = true } bincode = { version = "1.3", optional = true } diff --git a/scripts/publish.py b/scripts/publish.py index a02eb620547..ac8fccdfe04 100644 --- a/scripts/publish.py +++ b/scripts/publish.py @@ -21,7 +21,7 @@ # TODO: find this automatically -target_version = "2.2.0" +target_version = "2.2.1" # TODO: generate this by parsing toml files dep_graph = { diff --git a/scripts/update-version.sh b/scripts/update-version.sh index 7cf69484afa..fb6ad76aa57 100755 --- a/scripts/update-version.sh +++ b/scripts/update-version.sh @@ -4,8 +4,8 @@ : "${FD:=fd}" # A script to update the version of all the crates at the same time -PREVIOUS_VERSION='2.2.0-rc2' -NEXT_VERSION='2.2.0' +PREVIOUS_VERSION='2.2.0' +NEXT_VERSION='2.2.1' # quick hack ${FD} Cargo.toml --exec sed -i '{}' -e "s/version = \"$PREVIOUS_VERSION\"/version = \"$NEXT_VERSION\"/" diff --git a/scripts/windows-installer/wasmer.iss b/scripts/windows-installer/wasmer.iss index 4b0d0f98f8a..1d3e9d96fd2 100644 --- a/scripts/windows-installer/wasmer.iss +++ b/scripts/windows-installer/wasmer.iss @@ -1,6 +1,6 @@ [Setup] AppName=Wasmer -AppVersion=2.2.0 +AppVersion=2.2.1 DefaultDirName={pf}\Wasmer DefaultGroupName=Wasmer Compression=lzma2 diff --git a/tests/integration/cli/Cargo.toml b/tests/integration/cli/Cargo.toml index f3a458f9efe..324d9f38137 100644 --- a/tests/integration/cli/Cargo.toml +++ b/tests/integration/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-integration-tests-cli" -version = "2.2.0" +version = "2.2.1" authors = ["Wasmer Engineering Team "] description = "CLI integration tests" repository = "https://github.com/wasmerio/wasmer" diff --git a/tests/integration/ios/Cargo.toml b/tests/integration/ios/Cargo.toml index ef58fae9fd4..4f68e7e5ba9 100644 --- a/tests/integration/ios/Cargo.toml +++ b/tests/integration/ios/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-integration-tests-ios" -version = "2.2.0" +version = "2.2.1" authors = ["Wasmer Engineering Team "] description = "iOS integration tests" repository = "https://github.com/wasmerio/wasmer" diff --git a/tests/lib/engine-dummy/Cargo.toml b/tests/lib/engine-dummy/Cargo.toml index a004be07dd9..61b42112454 100644 --- a/tests/lib/engine-dummy/Cargo.toml +++ b/tests/lib/engine-dummy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-engine-dummy" -version = "2.2.0" +version = "2.2.1" authors = ["Wasmer Engineering Team "] description = "Wasmer placeholder engine" license = "MIT" @@ -8,10 +8,10 @@ edition = "2018" publish = false [dependencies] -wasmer-types = { path = "../../../lib/types", version = "=2.2.0" } -wasmer-compiler = { path = "../../../lib/compiler", version = "=2.2.0" } -wasmer-vm = { path = "../../../lib/vm", version = "=2.2.0" } -wasmer-engine = { path = "../../../lib/engine", version = "=2.2.0" } +wasmer-types = { path = "../../../lib/types", version = "=2.2.1" } +wasmer-compiler = { path = "../../../lib/compiler", version = "=2.2.1" } +wasmer-vm = { path = "../../../lib/vm", version = "=2.2.1" } +wasmer-engine = { path = "../../../lib/engine", version = "=2.2.1" } serde = { version = "1.0", features = ["derive", "rc"], optional = true } serde_bytes = { version = "0.11", optional = true } bincode = { version = "1.2", optional = true } diff --git a/tests/lib/wast/Cargo.toml b/tests/lib/wast/Cargo.toml index 365e30fd9aa..ae7ad2dd865 100644 --- a/tests/lib/wast/Cargo.toml +++ b/tests/lib/wast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-wast" -version = "2.2.0" +version = "2.2.1" authors = ["Wasmer Engineering Team "] description = "wast testing support for wasmer" license = "MIT OR Apache-2.0 WITH LLVM-exception" @@ -12,9 +12,9 @@ edition = "2018" [dependencies] anyhow = "1.0" -wasmer = { path = "../../../lib/api", version = "=2.2.0", default-features = false, features = ["experimental-reference-types-extern-ref"] } -wasmer-wasi = { path = "../../../lib/wasi", version = "=2.2.0" } -wasmer-vfs = { path = "../../../lib/vfs", version = "=2.2.0" } +wasmer = { path = "../../../lib/api", version = "=2.2.1", default-features = false, features = ["experimental-reference-types-extern-ref"] } +wasmer-wasi = { path = "../../../lib/wasi", version = "=2.2.1" } +wasmer-vfs = { path = "../../../lib/vfs", version = "=2.2.1" } wast = "38.0" serde = "1" tempfile = "3" diff --git a/tests/wasi-wast/Cargo.toml b/tests/wasi-wast/Cargo.toml index 306c6803729..60e05cab037 100644 --- a/tests/wasi-wast/Cargo.toml +++ b/tests/wasi-wast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasi-test-generator" -version = "2.2.0" +version = "2.2.1" description = "Tests for our WASI implementation" license = "MIT" authors = ["Wasmer Engineering Team "]