From a07f12320ed4c0e3c4848d32495fa13482e6f55f Mon Sep 17 00:00:00 2001 From: Heiko Seeberger Date: Fri, 17 Nov 2023 11:49:10 +0100 Subject: [PATCH] build(hello-tracing-common): release version 1.0.1 --- 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 97a2b62..ac8f9a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -542,7 +542,7 @@ dependencies = [ [[package]] name = "hello-tracing-common" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "axum", diff --git a/hello-tracing-common/Cargo.toml b/hello-tracing-common/Cargo.toml index 62aef57..474bbec 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.0" +version = "1.0.1" description = "hello-tracing-backend" edition = { workspace = true } authors = { workspace = true }