From 7d498210c0cb729ee9b96d6fb226e0db3a514cba Mon Sep 17 00:00:00 2001 From: Jarrod Overson Date: Wed, 1 Nov 2023 09:17:59 -0400 Subject: [PATCH] chore: Release --- Cargo.lock | 6 +++--- Cargo.toml | 6 +++--- crates/wick/wick-host/Cargo.toml | 2 +- crates/wick/wick-runtime/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 571d698d..47c258d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5911,7 +5911,7 @@ dependencies = [ [[package]] name = "wick-cli" -version = "0.16.1" +version = "0.16.2" dependencies = [ "anyhow", "atty", @@ -6110,7 +6110,7 @@ dependencies = [ [[package]] name = "wick-host" -version = "0.6.1" +version = "0.6.2" dependencies = [ "anyhow", "async-trait", @@ -6365,7 +6365,7 @@ dependencies = [ [[package]] name = "wick-runtime" -version = "0.24.0" +version = "0.24.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 800e1680..8828f9d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wick-cli" -version = "0.16.1" +version = "0.16.2" edition = "2021" default-run = "wick" license = "Elastic-2.0" @@ -102,7 +102,7 @@ wick-component-cli = { path = "./crates/wick/wick-component-cli", version = "0.3 wick-component-codegen = { path = "./crates/wick/wick-component-codegen", version = "0.6.0" } wick-component-wasmrs = { path = "./crates/wick/wick-component-wasmrs", version = "0.3.0" } wick-config = { path = "./crates/wick/wick-config", version = "0.28.0", default-features = false } -wick-host = { path = "./crates/wick/wick-host", version = "0.6.1" } +wick-host = { path = "./crates/wick/wick-host", version = "0.6.2" } wick-interface-types = { path = "./crates/wick/wick-interface-types", version = "0.17.0" } wick-invocation-server = { path = "./crates/wick/wick-invocation-server", version = "0.3.0" } wick-oci-utils = { path = "./crates/wick/wick-oci-utils", version = "0.5.0", default-features = false } @@ -111,7 +111,7 @@ wick-package = { path = "./crates/wick/wick-package", version = "0.4.0" } wick-packet = { path = "./crates/wick/wick-packet", version = "0.17.0", default-features = false } wick-settings = { path = "./crates/wick/wick-settings", version = "0.3.0" } wick-rpc = { path = "./crates/wick/wick-rpc", version = "0.3.0", default-features = false } -wick-runtime = { path = "./crates/wick/wick-runtime", version = "0.24.0" } +wick-runtime = { path = "./crates/wick/wick-runtime", version = "0.24.1" } wick-test = { path = "./crates/wick/wick-test", version = "0.3.0" } wick-trigger = { path = "./crates/wick/wick-trigger", version = "0.1.0" } wick-trigger-cli = { path = "./crates/wick/wick-trigger-cli", version = "0.1.0" } diff --git a/crates/wick/wick-host/Cargo.toml b/crates/wick/wick-host/Cargo.toml index 0802ee19..86da014f 100644 --- a/crates/wick/wick-host/Cargo.toml +++ b/crates/wick/wick-host/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wick-host" -version = "0.6.1" +version = "0.6.2" authors = ["Jarrod Overson "] edition = "2021" license = "Elastic-2.0" diff --git a/crates/wick/wick-runtime/Cargo.toml b/crates/wick/wick-runtime/Cargo.toml index 95127b77..2c344dce 100644 --- a/crates/wick/wick-runtime/Cargo.toml +++ b/crates/wick/wick-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wick-runtime" -version = "0.24.0" +version = "0.24.1" authors = ["Jarrod Overson "] edition = "2021" license = "Elastic-2.0"