From 0c43a6548ae8831661a58021c0132d18c87112c5 Mon Sep 17 00:00:00 2001 From: Ayush Jha Date: Mon, 2 Sep 2024 22:06:48 +0545 Subject: [PATCH] bump version to 0.7.0 for wasmer-config --- Cargo.lock | 10 +++++----- lib/backend-api/Cargo.toml | 2 +- lib/cli/Cargo.toml | 2 +- lib/config/Cargo.toml | 2 +- lib/registry/Cargo.toml | 2 +- lib/wasix/Cargo.toml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2bb7020c..d3860be59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6501,7 +6501,7 @@ dependencies = [ "tracing", "url", "uuid", - "wasmer-config 0.6.0", + "wasmer-config 0.7.0", "webc", ] @@ -6701,7 +6701,7 @@ dependencies = [ "wasmer-compiler-cranelift", "wasmer-compiler-llvm", "wasmer-compiler-singlepass", - "wasmer-config 0.6.0", + "wasmer-config 0.7.0", "wasmer-emscripten", "wasmer-object", "wasmer-registry", @@ -6849,7 +6849,7 @@ dependencies = [ [[package]] name = "wasmer-config" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "bytesize", @@ -7043,7 +7043,7 @@ dependencies = [ "toml 0.5.11", "tracing", "url", - "wasmer-config 0.6.0", + "wasmer-config 0.7.0", "wasmer-wasm-interface", "wasmparser 0.121.2", "webc", @@ -7185,7 +7185,7 @@ dependencies = [ "wasm-bindgen-futures", "wasm-bindgen-test", "wasmer", - "wasmer-config 0.6.0", + "wasmer-config 0.7.0", "wasmer-emscripten", "wasmer-journal", "wasmer-types", diff --git a/lib/backend-api/Cargo.toml b/lib/backend-api/Cargo.toml index 7c2a60c21..7069457ae 100644 --- a/lib/backend-api/Cargo.toml +++ b/lib/backend-api/Cargo.toml @@ -16,7 +16,7 @@ rust-version.workspace = true [dependencies] # Wasmer dependencies. edge-schema.workspace = true -wasmer-config = { version = "0.6.0", path = "../config" } +wasmer-config = { version = "0.7.0", path = "../config" } webc.workspace = true # crates.io dependencies. diff --git a/lib/cli/Cargo.toml b/lib/cli/Cargo.toml index 99d17adf7..22767bfb4 100644 --- a/lib/cli/Cargo.toml +++ b/lib/cli/Cargo.toml @@ -171,7 +171,7 @@ serde = { version = "1.0.147", features = ["derive"] } dirs = "4.0" serde_json = { version = "1.0" } target-lexicon = { version = "0.12", features = ["std"] } -wasmer-config = { version = "0.6.0", path = "../config" } +wasmer-config = { version = "0.7.0", path = "../config" } indexmap = "1.9.2" walkdir = "2.3.2" regex = "1.6.0" diff --git a/lib/config/Cargo.toml b/lib/config/Cargo.toml index ccaf23e42..c56041a95 100644 --- a/lib/config/Cargo.toml +++ b/lib/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-config" -version = "0.6.0" +version = "0.7.0" description = "Configuration types for Wasmer." edition.workspace = true license.workspace = true diff --git a/lib/registry/Cargo.toml b/lib/registry/Cargo.toml index 945776320..b6de6d514 100644 --- a/lib/registry/Cargo.toml +++ b/lib/registry/Cargo.toml @@ -49,7 +49,7 @@ tokio-tungstenite = {version = "0.21", features = ["rustls-tls-native-roots"]} toml.workspace = true tracing = "0.1.40" url = "2.5.0" -wasmer-config = { version = "0.6.0", path = "../config" } +wasmer-config = { version = "0.7.0", path = "../config" } wasmer-wasm-interface = { version = "4.3.6", path = "../wasm-interface", optional = true } wasmparser = { workspace = true, optional = true } whoami = "1.2.3" diff --git a/lib/wasix/Cargo.toml b/lib/wasix/Cargo.toml index 6341663dc..8bf75afd4 100644 --- a/lib/wasix/Cargo.toml +++ b/lib/wasix/Cargo.toml @@ -21,7 +21,7 @@ virtual-fs = { path = "../virtual-fs", version = "0.16.0", default-features = fa virtual-net = { path = "../virtual-net", version = "0.8.0", default-features = false, features = ["rkyv"] } wasmer-journal = { path = "../journal", version = "0.8.0", default-features = false } wasmer-emscripten = { path = "../emscripten", version = "=4.3.6", optional = true } -wasmer-config = { version = "0.6.0", path = "../config" } +wasmer-config = { version = "0.7.0", path = "../config" } http.workspace = true dashmap.workspace = true