Skip to content

Commit

Permalink
Bumped v0.x crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Aug 21, 2023
1 parent ae8de84 commit 771014d
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 43 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ wasmer-compiler-cranelift = { version = "=4.1.2", path = "lib/compiler-cranelift
wasmer-compiler-singlepass = { version = "=4.1.2", path = "lib/compiler-singlepass", optional = true }
wasmer-compiler-llvm = { version = "=4.1.2", path = "lib/compiler-llvm", optional = true }
wasmer-emscripten = { version = "=4.1.2", path = "lib/emscripten", optional = true }
wasmer-wasix = { version = "0.11.0", path = "lib/wasix", optional = true }
wasmer-wasix = { version = "0.12.0", path = "lib/wasix", optional = true }
wasmer-wast = { version = "=4.1.2", path = "tests/lib/wast", optional = true }
wasi-test-generator = { version = "=4.1.2", path = "tests/wasi-wast", optional = true }
wasmer-cache = { version = "=4.1.2", path = "lib/cache", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion lib/c-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ wasmer-compiler-singlepass = { version = "=4.1.2", path = "../compiler-singlepas
wasmer-emscripten = { version = "=4.1.2", path = "../emscripten", optional = true }
wasmer-middlewares = { version = "=4.1.2", path = "../middlewares", optional = true }
wasmer-types = { version = "=4.1.2", path = "../types" }
wasmer-wasix = { version = "0.11.0", path = "../wasix", features = ["host-fs", "host-vnet"], optional = true }
wasmer-wasix = { version = "0.12.0", path = "../wasix", features = ["host-fs", "host-vnet"], optional = true }
webc = { version = "5.0", optional = true }
virtual-fs = { version = "0.8.0", path = "../virtual-fs", optional = true, default-features = false, features = ["static-fs"] }
enumset = "1.0.2"
Expand Down
6 changes: 3 additions & 3 deletions lib/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ wasmer-compiler-singlepass = { version = "=4.1.2", path = "../compiler-singlepas
wasmer-compiler-llvm = { version = "=4.1.2", path = "../compiler-llvm", optional = true }
wasmer-emscripten = { version = "=4.1.2", path = "../emscripten" }
wasmer-vm = { version = "=4.1.2", path = "../vm", optional = true }
wasmer-wasix = { version = "0.11.0", path = "../wasix", features = [
wasmer-wasix = { version = "0.12.0", path = "../wasix", features = [
"logging",
"webc_runner_rt_wcgi",
"webc_runner_rt_emscripten",
"host-fs",
] }
wasmer-wasix-experimental-io-devices = { version = "0.11.0", path = "../wasi-experimental-io-devices", optional = true, features = [
wasmer-wasix-experimental-io-devices = { version = "0.12.0", path = "../wasi-experimental-io-devices", optional = true, features = [
"link_external_libs",
] }
wasmer-wast = { version = "=4.1.2", path = "../../tests/lib/wast", optional = true }
Expand All @@ -52,7 +52,7 @@ wasmer-cache = { version = "=4.1.2", path = "../cache", features = [
wasmer-types = { version = "=4.1.2", path = "../types", features = [
"enable-serde",
] }
wasmer-registry = { version = "5.4.0", path = "../registry", features = [
wasmer-registry = { version = "5.5.0", path = "../registry", features = [
"build-package",
"clap",
] }
Expand Down
2 changes: 1 addition & 1 deletion lib/registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmer-registry"
version = "5.4.0"
version = "5.5.0"
description = "Crate to interact with the wasmer registry, download packages, etc."
authors.workspace = true
edition.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions lib/sys-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmer-sys-utils"
version = "0.11.0"
version = "0.12.0"
description = "Wasmer utilities for a sys environment."
categories = ["wasm"]
keywords = ["wasm", "webassembly"]
Expand All @@ -22,7 +22,7 @@ tracing = "0.1.37"
libc = { version = "^0.2", default-features = false }

[dev-dependencies]
wasmer-wasix = { path = "../wasix", version = "0.11.0" }
wasmer-wasix = { path = "../wasix", version = "0.12.0" }
wasmer = { path = "../api", version = "=4.1.2", default-features = false, features = ["sys", "compiler", "cranelift"] }
tracing-subscriber = { version = "0.3.16", features = ["fmt"] }
tracing = "0.1.37"
Expand Down
2 changes: 1 addition & 1 deletion lib/wai-bindgen-wasmer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wai-bindgen-wasmer"
description = "Generate WAI glue for a Rust Wasmer host"
version = "0.11.0"
version = "0.12.0"
categories = ["wasm", "os"]
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
readme = "README.md"
Expand Down
6 changes: 3 additions & 3 deletions lib/wasi-experimental-io-devices/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmer-wasix-experimental-io-devices"
version = "0.11.0"
version = "0.12.0"
description = "An experimental non-standard WASI/WASIX extension for graphics"
categories = ["wasm"]
keywords = ["wasm", "webassembly", "types"]
Expand All @@ -17,8 +17,8 @@ maintenance = { status = "experimental" }

[dependencies]
wasmer = { version = "4.1.2", path = "../api", default-features=false }
wasmer-wasix = { version = "0.11.0", path = "../wasix", default-features=false }
wasmer-wasix-types = { path = "../wasi-types", version = "0.11.0" }
wasmer-wasix = { version = "0.12.0", path = "../wasix", default-features=false }
wasmer-wasix-types = { path = "../wasi-types", version = "0.12.0" }
tracing = "0.1"
minifb = { version = "0.24.0", optional = true }
nix = "0.25.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/wasi-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmer-wasix-types"
version = "0.11.0"
version = "0.12.0"
description = "WASI and WASIX types for Wasmer WebAssembly runtime"
categories = ["wasm", "os"]
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
Expand Down
18 changes: 9 additions & 9 deletions lib/wasi-web/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/wasi-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmer-web"
version = "0.8.0"
version = "0.9.0"
authors = ["John Sharratt <[email protected]>"]
edition = "2021"
publish = false
Expand All @@ -17,7 +17,7 @@ rust-version = "1.67"

[dependencies]
wasmer = { path = "../api", default_features = false, features = [ "js-default" ] }
wasmer-wasix = { path = "../wasix", version = "0.11.0", default-features = false, features = [ "js-default" ] }
wasmer-wasix = { path = "../wasix", version = "0.12.0", default-features = false, features = [ "js-default" ] }
virtual-net = { path = "../virtual-net", version = "0.5.0", default-features = false, features = [ "remote" ] }
#wasm-bindgen = { version = "0.2", features = [ "nightly", "serde-serialize" ] }
wasm-bindgen = { version = "0.2", features = [ "serde-serialize" ] }
Expand Down
6 changes: 3 additions & 3 deletions lib/wasix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmer-wasix"
version = "0.11.0"
version = "0.12.0"
description = "WASI and WASIX implementation library for Wasmer WebAssembly runtime"
categories = ["wasm", "os"]
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
Expand All @@ -17,7 +17,7 @@ cfg-if = "1.0"
thiserror = "1"
tracing = { version = "0.1.37" }
getrandom = "0.2"
wasmer-wasix-types = { path = "../wasi-types", version = "0.11.0", features = [ "enable-serde" ] }
wasmer-wasix-types = { path = "../wasi-types", version = "0.12.0", features = [ "enable-serde" ] }
wasmer-types = { path = "../types", version = "=4.1.2", default-features = false }
wasmer = { path = "../api", version = "=4.1.2", default-features = false, features = ["wat", "js-serializable-module"] }
virtual-mio = { path = "../virtual-io", version = "0.2.0", default-features = false }
Expand Down Expand Up @@ -51,7 +51,7 @@ hex = { version = "^0.4" }
term_size = { version = "0.3" }
linked_hash_set = { version = "0.1" }
http = "0.2.8"
wai-bindgen-wasmer = { path = "../wai-bindgen-wasmer", version = "0.11.0", features = ["tracing"] }
wai-bindgen-wasmer = { path = "../wai-bindgen-wasmer", version = "0.12.0", features = ["tracing"] }
heapless = "0.7.16"
once_cell = "1.17.0"
pin-project = "1.0.12"
Expand Down
2 changes: 1 addition & 1 deletion tests/lib/wast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0"
wasmer = { path = "../../../lib/api", version = "=4.1.2", default-features = false }
wasmer-wasix = { path = "../../../lib/wasix", version = "0.11.0" }
wasmer-wasix = { path = "../../../lib/wasix", version = "0.12.0" }
virtual-fs = { path = "../../../lib/virtual-fs", version = "0.8.0" }
wast = "38.0"
serde = "1"
Expand Down

0 comments on commit 771014d

Please sign in to comment.