diff --git a/Cargo.lock b/Cargo.lock index a155abfae..904d9588f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2286,21 +2286,21 @@ dependencies = [ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", "wabt 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-clif-backend 0.4.1", - "wasmer-emscripten 0.4.1", + "wasmer-clif-backend 0.4.2", + "wasmer-emscripten 0.4.2", "wasmer-kernel-loader 0.1.0", - "wasmer-llvm-backend 0.4.1", - "wasmer-middleware-common 0.4.1", - "wasmer-runtime 0.4.1", - "wasmer-runtime-abi 0.4.1", - "wasmer-runtime-core 0.4.1", - "wasmer-singlepass-backend 0.4.1", - "wasmer-wasi 0.4.1", + "wasmer-llvm-backend 0.4.2", + "wasmer-middleware-common 0.4.2", + "wasmer-runtime 0.4.2", + "wasmer-runtime-abi 0.4.2", + "wasmer-runtime-core 0.4.2", + "wasmer-singlepass-backend 0.4.2", + "wasmer-wasi 0.4.2", ] [[package]] name = "wasmer-clif-backend" -version = "0.4.1" +version = "0.4.2" dependencies = [ "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "cranelift-codegen 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2316,15 +2316,15 @@ dependencies = [ "serde_bytes 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", "target-lexicon 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-runtime-core 0.4.1", - "wasmer-win-exception-handler 0.4.1", + "wasmer-runtime-core 0.4.2", + "wasmer-win-exception-handler 0.4.2", "wasmparser 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "wasmer-emscripten" -version = "0.4.1" +version = "0.4.2" dependencies = [ "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2333,10 +2333,10 @@ dependencies = [ "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", "wabt 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-clif-backend 0.4.1", - "wasmer-llvm-backend 0.4.1", - "wasmer-runtime-core 0.4.1", - "wasmer-singlepass-backend 0.4.1", + "wasmer-clif-backend 0.4.2", + "wasmer-llvm-backend 0.4.2", + "wasmer-runtime-core 0.4.2", + "wasmer-singlepass-backend 0.4.2", ] [[package]] @@ -2344,12 +2344,12 @@ name = "wasmer-kernel-loader" version = "0.1.0" dependencies = [ "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-runtime-core 0.4.1", + "wasmer-runtime-core 0.4.2", ] [[package]] name = "wasmer-llvm-backend" -version = "0.4.1" +version = "0.4.2" dependencies = [ "capstone 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2364,42 +2364,42 @@ dependencies = [ "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", "wabt 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-runtime-core 0.4.1", + "wasmer-runtime-core 0.4.2", "wasmparser 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "wasmer-middleware-common" -version = "0.4.1" +version = "0.4.2" dependencies = [ - "wasmer-runtime-core 0.4.1", + "wasmer-runtime-core 0.4.2", ] [[package]] name = "wasmer-runtime" -version = "0.4.1" +version = "0.4.2" dependencies = [ "criterion 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "wabt 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-clif-backend 0.4.1", - "wasmer-llvm-backend 0.4.1", - "wasmer-runtime-core 0.4.1", - "wasmer-singlepass-backend 0.4.1", + "wasmer-clif-backend 0.4.2", + "wasmer-llvm-backend 0.4.2", + "wasmer-runtime-core 0.4.2", + "wasmer-singlepass-backend 0.4.2", ] [[package]] name = "wasmer-runtime-abi" -version = "0.4.1" +version = "0.4.2" dependencies = [ "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", "tar 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-runtime-core 0.4.1", + "wasmer-runtime-core 0.4.2", "wasmparser 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)", "zbox 0.6.1 (git+https://github.com/wasmerio/zbox?branch=bundle-libsodium)", "zstd 0.4.24+zstd.1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2407,17 +2407,17 @@ dependencies = [ [[package]] name = "wasmer-runtime-c-api" -version = "0.4.1" +version = "0.4.2" dependencies = [ "cbindgen 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-runtime 0.4.1", - "wasmer-runtime-core 0.4.1", + "wasmer-runtime 0.4.2", + "wasmer-runtime-core 0.4.2", ] [[package]] name = "wasmer-runtime-core" -version = "0.4.1" +version = "0.4.2" dependencies = [ "blake2b_simd 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2443,7 +2443,7 @@ dependencies = [ [[package]] name = "wasmer-singlepass-backend" -version = "0.4.1" +version = "0.4.2" dependencies = [ "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "dynasm 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2453,24 +2453,24 @@ dependencies = [ "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", "nix 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-runtime-core 0.4.1", + "wasmer-runtime-core 0.4.2", "wasmparser 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "wasmer-spectests" -version = "0.4.1" +version = "0.4.2" dependencies = [ "wabt 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-clif-backend 0.4.1", - "wasmer-llvm-backend 0.4.1", - "wasmer-runtime-core 0.4.1", - "wasmer-singlepass-backend 0.4.1", + "wasmer-clif-backend 0.4.2", + "wasmer-llvm-backend 0.4.2", + "wasmer-runtime-core 0.4.2", + "wasmer-singlepass-backend 0.4.2", ] [[package]] name = "wasmer-wasi" -version = "0.4.1" +version = "0.4.2" dependencies = [ "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "generational-arena 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2478,18 +2478,18 @@ dependencies = [ "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-runtime-core 0.4.1", + "wasmer-runtime-core 0.4.2", ] [[package]] name = "wasmer-win-exception-handler" -version = "0.4.1" +version = "0.4.2" dependencies = [ "bindgen 0.46.0 (registry+https://github.com/rust-lang/crates.io-index)", "cmake 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer-runtime-core 0.4.1", + "wasmer-runtime-core 0.4.2", "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/examples/echo-server/Cargo.toml b/examples/echo-server/Cargo.toml index 68643e4cd..e5a221256 100644 --- a/examples/echo-server/Cargo.toml +++ b/examples/echo-server/Cargo.toml @@ -7,4 +7,4 @@ edition = "2018" [workspace] [dependencies] -kernel-net = { path = "../../lib/kernel-net" } \ No newline at end of file +kernel-net = { path = "../../lib/kernel-net" } diff --git a/lib/clif-backend/Cargo.toml b/lib/clif-backend/Cargo.toml index cbfbfb44a..2dcfacfb3 100644 --- a/lib/clif-backend/Cargo.toml +++ b/lib/clif-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-clif-backend" -version = "0.4.1" +version = "0.4.2" description = "Wasmer runtime Cranelift compiler backend" license = "MIT" authors = ["The Wasmer Engineering Team "] @@ -8,7 +8,7 @@ repository = "https://github.com/wasmerio/wasmer" edition = "2018" [dependencies] -wasmer-runtime-core = { path = "../runtime-core", version = "0.4.1" } +wasmer-runtime-core = { path = "../runtime-core", version = "0.4.2" } cranelift-native = "0.30.0" cranelift-codegen = "0.30.0" cranelift-entity = "0.30.0" @@ -33,7 +33,7 @@ version = "0.0.7" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["errhandlingapi", "minwindef", "minwinbase", "winnt"] } -wasmer-win-exception-handler = { path = "../win-exception-handler", version = "0.4.1" } +wasmer-win-exception-handler = { path = "../win-exception-handler", version = "0.4.2" } [features] debug = ["wasmer-runtime-core/debug"] diff --git a/lib/emscripten/Cargo.toml b/lib/emscripten/Cargo.toml index f89f96ca6..2b08c1aa9 100644 --- a/lib/emscripten/Cargo.toml +++ b/lib/emscripten/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-emscripten" -version = "0.4.1" +version = "0.4.2" description = "Wasmer runtime emscripten implementation library" license = "MIT" authors = ["The Wasmer Engineering Team "] @@ -9,14 +9,14 @@ edition = "2018" build = "build/mod.rs" [dependencies] -wasmer-runtime-core = { path = "../runtime-core", version = "0.4.1" } +wasmer-runtime-core = { path = "../runtime-core", version = "0.4.2" } lazy_static = "1.2.0" libc = "0.2.49" byteorder = "1" time = "0.1.41" -wasmer-clif-backend = { path = "../clif-backend", version = "0.4.1" } -wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.4.1", optional = true } -wasmer-llvm-backend = { path = "../llvm-backend", version = "0.4.1", optional = true } +wasmer-clif-backend = { path = "../clif-backend", version = "0.4.2" } +wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.4.2", optional = true } +wasmer-llvm-backend = { path = "../llvm-backend", version = "0.4.2", optional = true } [target.'cfg(windows)'.dependencies] rand = "0.6" diff --git a/lib/llvm-backend/Cargo.toml b/lib/llvm-backend/Cargo.toml index fabf70cef..1e49b3233 100644 --- a/lib/llvm-backend/Cargo.toml +++ b/lib/llvm-backend/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "wasmer-llvm-backend" -version = "0.4.1" +version = "0.4.2" authors = ["Lachlan Sneff "] edition = "2018" [dependencies] -wasmer-runtime-core = { path = "../runtime-core", version = "0.4.1" } +wasmer-runtime-core = { path = "../runtime-core", version = "0.4.2" } inkwell = { git = "https://github.com/wasmerio/inkwell", branch = "llvm7-0" } wasmparser = "0.29.2" hashbrown = "0.1.8" diff --git a/lib/middleware-common/Cargo.toml b/lib/middleware-common/Cargo.toml index 57a42577c..4267b240c 100644 --- a/lib/middleware-common/Cargo.toml +++ b/lib/middleware-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-middleware-common" -version = "0.4.1" +version = "0.4.2" repository = "https://github.com/wasmerio/wasmer" description = "Wasmer runtime common middlewares" license = "MIT" @@ -8,4 +8,4 @@ authors = ["The Wasmer Engineering Team "] edition = "2018" [dependencies] -wasmer-runtime-core = { path = "../runtime-core", version = "0.4.1" } +wasmer-runtime-core = { path = "../runtime-core", version = "0.4.2" } diff --git a/lib/runtime-abi/Cargo.toml b/lib/runtime-abi/Cargo.toml index f8b540e4b..f9617a100 100644 --- a/lib/runtime-abi/Cargo.toml +++ b/lib/runtime-abi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-runtime-abi" -version = "0.4.1" +version = "0.4.2" description = "Wasmer runtime core library" license = "MIT" authors = ["The Wasmer Engineering Team "] diff --git a/lib/runtime-c-api/Cargo.toml b/lib/runtime-c-api/Cargo.toml index de93c42a5..6fea01b68 100644 --- a/lib/runtime-c-api/Cargo.toml +++ b/lib/runtime-c-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-runtime-c-api" -version = "0.4.1" +version = "0.4.2" description = "Wasmer C API library" license = "MIT" authors = ["The Wasmer Engineering Team "] @@ -16,11 +16,11 @@ libc = "0.2" [dependencies.wasmer-runtime] path = "../runtime" -version = "0.4.1" +version = "0.4.2" [dependencies.wasmer-runtime-core] path = "../runtime-core" -version = "0.4.1" +version = "0.4.2" [features] debug = ["wasmer-runtime/debug"] diff --git a/lib/runtime-core/Cargo.toml b/lib/runtime-core/Cargo.toml index d6b735cff..345125c0f 100644 --- a/lib/runtime-core/Cargo.toml +++ b/lib/runtime-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-runtime-core" -version = "0.4.1" +version = "0.4.2" description = "Wasmer runtime core library" license = "MIT" authors = ["The Wasmer Engineering Team "] diff --git a/lib/runtime/Cargo.toml b/lib/runtime/Cargo.toml index 5e620bc66..c22025ceb 100644 --- a/lib/runtime/Cargo.toml +++ b/lib/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-runtime" -version = "0.4.1" +version = "0.4.2" description = "Wasmer runtime library" license = "MIT" authors = ["The Wasmer Engineering Team "] @@ -9,17 +9,17 @@ edition = "2018" readme = "README.md" [dependencies] -wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.4.1", optional = true } +wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.4.2", optional = true } lazy_static = "1.2.0" memmap = "0.7.0" [dependencies.wasmer-runtime-core] path = "../runtime-core" -version = "0.4.1" +version = "0.4.2" [dependencies.wasmer-clif-backend] path = "../clif-backend" -version = "0.4.1" +version = "0.4.2" optional = true [dev-dependencies] diff --git a/lib/singlepass-backend/Cargo.toml b/lib/singlepass-backend/Cargo.toml index 201a4d879..28068aa1b 100644 --- a/lib/singlepass-backend/Cargo.toml +++ b/lib/singlepass-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-singlepass-backend" -version = "0.4.1" +version = "0.4.2" repository = "https://github.com/wasmerio/wasmer" description = "Wasmer runtime single pass compiler backend" license = "MIT" @@ -8,7 +8,7 @@ authors = ["The Wasmer Engineering Team "] edition = "2018" [dependencies] -wasmer-runtime-core = { path = "../runtime-core", version = "0.4.1" } +wasmer-runtime-core = { path = "../runtime-core", version = "0.4.2" } wasmparser = "0.29.2" dynasm = "0.3.2" dynasmrt = "0.3.1" diff --git a/lib/spectests/Cargo.toml b/lib/spectests/Cargo.toml index 88136daa1..327d6a7fc 100644 --- a/lib/spectests/Cargo.toml +++ b/lib/spectests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-spectests" -version = "0.4.1" +version = "0.4.2" description = "Wasmer spectests library" license = "MIT" authors = ["The Wasmer Engineering Team "] @@ -9,10 +9,10 @@ edition = "2018" build = "build/mod.rs" [dependencies] -wasmer-runtime-core = { path = "../runtime-core", version = "0.4.1" } -wasmer-clif-backend = { path = "../clif-backend", version = "0.4.1" } -wasmer-llvm-backend = { path = "../llvm-backend", version = "0.4.1", optional = true } -wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.4.1", optional = true } +wasmer-runtime-core = { path = "../runtime-core", version = "0.4.2" } +wasmer-clif-backend = { path = "../clif-backend", version = "0.4.2" } +wasmer-llvm-backend = { path = "../llvm-backend", version = "0.4.2", optional = true } +wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.4.2", optional = true } [build-dependencies] wabt = "0.7.2" diff --git a/lib/wasi/Cargo.toml b/lib/wasi/Cargo.toml index c4c936a02..98dca78cf 100644 --- a/lib/wasi/Cargo.toml +++ b/lib/wasi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-wasi" -version = "0.4.1" +version = "0.4.2" description = "Wasmer runtime WASI implementation library" license = "MIT" authors = ["The Wasmer Engineering Team "] @@ -8,7 +8,7 @@ repository = "https://github.com/wasmerio/wasmer" edition = "2018" [dependencies] -wasmer-runtime-core = { path = "../runtime-core", version = "0.4.1" } +wasmer-runtime-core = { path = "../runtime-core", version = "0.4.2" } libc = "0.2.50" rand = "0.6.5" # wasmer-runtime-abi = { path = "../runtime-abi" } diff --git a/lib/win-exception-handler/Cargo.toml b/lib/win-exception-handler/Cargo.toml index fe9342feb..89e6f25a8 100644 --- a/lib/win-exception-handler/Cargo.toml +++ b/lib/win-exception-handler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-win-exception-handler" -version = "0.4.1" +version = "0.4.2" description = "Wasmer runtime exception handling for Windows" license = "MIT" authors = ["The Wasmer Engineering Team "] @@ -8,7 +8,7 @@ repository = "https://github.com/wasmerio/wasmer" edition = "2018" [target.'cfg(windows)'.dependencies] -wasmer-runtime-core = { path = "../runtime-core", version = "0.4.1" } +wasmer-runtime-core = { path = "../runtime-core", version = "0.4.2" } winapi = { version = "0.3", features = ["winbase", "errhandlingapi", "minwindef", "minwinbase", "winnt"] } libc = "0.2.49" diff --git a/update_version_numbers.sh b/update_version_numbers.sh index db448940e..f2526d859 100755 --- a/update_version_numbers.sh +++ b/update_version_numbers.sh @@ -1,5 +1,5 @@ -PREVIOUS_VERSION='0.4.0' -NEXT_VERSION='0.4.1' +PREVIOUS_VERSION='0.4.1' +NEXT_VERSION='0.4.2' # quick hack fd Cargo.toml --exec sed -i '' "s/version = \"$PREVIOUS_VERSION\"/version = \"$NEXT_VERSION\"/"