From 2640b759725cd2a93cb34efebeb1923e35123dac Mon Sep 17 00:00:00 2001 From: Jarrod Overson Date: Thu, 19 Oct 2023 16:26:49 -0400 Subject: [PATCH] chore: Release --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- crates/wick/wick-host/Cargo.toml | 2 +- crates/wick/wick-trigger-http/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f68f4f85..571d698d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5911,7 +5911,7 @@ dependencies = [ [[package]] name = "wick-cli" -version = "0.16.0" +version = "0.16.1" dependencies = [ "anyhow", "atty", @@ -6110,7 +6110,7 @@ dependencies = [ [[package]] name = "wick-host" -version = "0.6.0" +version = "0.6.1" dependencies = [ "anyhow", "async-trait", @@ -6539,7 +6539,7 @@ dependencies = [ [[package]] name = "wick-trigger-http" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 8cfad37d..800e1680 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.0" } +wick-host = { path = "./crates/wick/wick-host", version = "0.6.1" } 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 } @@ -115,7 +115,7 @@ wick-runtime = { path = "./crates/wick/wick-runtime", version = "0.24.0" } 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" } -wick-trigger-http = { path = "./crates/wick/wick-trigger-http", version = "0.1.0" } +wick-trigger-http = { path = "./crates/wick/wick-trigger-http", version = "0.1.1" } wick-trigger-time = { path = "./crates/wick/wick-trigger-time", version = "0.1.0" } wick-trigger-wasm-command = { path = "./crates/wick/wick-trigger-wasm-command", version = "0.1.1" } wick-wascap = { path = "./crates/wick/wick-wascap", version = "0.3.0" } diff --git a/crates/wick/wick-host/Cargo.toml b/crates/wick/wick-host/Cargo.toml index ad493f54..0802ee19 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.0" +version = "0.6.1" authors = ["Jarrod Overson "] edition = "2021" license = "Elastic-2.0" diff --git a/crates/wick/wick-trigger-http/Cargo.toml b/crates/wick/wick-trigger-http/Cargo.toml index fc7e59d5..253c888a 100644 --- a/crates/wick/wick-trigger-http/Cargo.toml +++ b/crates/wick/wick-trigger-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wick-trigger-http" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "Elastic-2.0" repository = "https://github.com/candlecorp/wick"