From 81ac0782f92310aae737462e1ad93ce2170ad7c5 Mon Sep 17 00:00:00 2001 From: Heiko Seeberger Date: Tue, 12 Dec 2023 11:37:30 +0100 Subject: [PATCH] build(hello-tracing-gateway): release version 1.0.5 --- Cargo.lock | 2 +- hello-tracing-gateway/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3c780e..ba9f25b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -565,7 +565,7 @@ dependencies = [ [[package]] name = "hello-tracing-gateway" -version = "1.0.4" +version = "1.0.5" dependencies = [ "anyhow", "axum", diff --git a/hello-tracing-gateway/Cargo.toml b/hello-tracing-gateway/Cargo.toml index 50f8026..661b8bd 100644 --- a/hello-tracing-gateway/Cargo.toml +++ b/hello-tracing-gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello-tracing-gateway" -version = "1.0.4" +version = "1.0.5" description = "hello-tracing-gateway" edition = { workspace = true } authors = { workspace = true }