From 30461af15592a00e3079393088435664f563df13 Mon Sep 17 00:00:00 2001 From: Heiko Seeberger Date: Fri, 17 Nov 2023 12:02:01 +0100 Subject: [PATCH] build(hello-tracing-common): release version 1.0.3 --- Cargo.lock | 2 +- hello-tracing-common/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b812858..89805a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -542,7 +542,7 @@ dependencies = [ [[package]] name = "hello-tracing-common" -version = "1.0.2" +version = "1.0.3" dependencies = [ "anyhow", "axum", diff --git a/hello-tracing-common/Cargo.toml b/hello-tracing-common/Cargo.toml index 4727672..86885de 100644 --- a/hello-tracing-common/Cargo.toml +++ b/hello-tracing-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello-tracing-common" -version = "1.0.2" +version = "1.0.3" description = "hello-tracing-backend" edition = { workspace = true } authors = { workspace = true }