From 2bd8d6c10907faa0b69ab29c7a25dc163a24c207 Mon Sep 17 00:00:00 2001 From: Heiko Seeberger Date: Fri, 17 Nov 2023 11:57:41 +0100 Subject: [PATCH] build(hello-tracing-gateway): release version 1.0.2 --- 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 d1d59bf..b812858 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -566,7 +566,7 @@ dependencies = [ [[package]] name = "hello-tracing-gateway" -version = "1.0.1" +version = "1.0.2" dependencies = [ "anyhow", "axum", diff --git a/hello-tracing-gateway/Cargo.toml b/hello-tracing-gateway/Cargo.toml index 327de92..a88ab4f 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.1" +version = "1.0.2" description = "hello-tracing-gateway" edition = { workspace = true } authors = { workspace = true }