From dd84a3af5b85150a9f791ec4ed0ec458b652f0db Mon Sep 17 00:00:00 2001 From: Heiko Seeberger Date: Fri, 17 Nov 2023 11:49:10 +0100 Subject: [PATCH] build(hello-tracing-gateway): release version 1.0.1 --- 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 06246a6..9fd8549 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -566,7 +566,7 @@ dependencies = [ [[package]] name = "hello-tracing-gateway" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "axum", diff --git a/hello-tracing-gateway/Cargo.toml b/hello-tracing-gateway/Cargo.toml index ad016a1..327de92 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.0" +version = "1.0.1" description = "hello-tracing-gateway" edition = { workspace = true } authors = { workspace = true }