From 14db97f1e1b5fde5b957f2d8e12dbf00e1662a97 Mon Sep 17 00:00:00 2001 From: Heiko Seeberger Date: Mon, 1 Jan 2024 20:27:30 +0100 Subject: [PATCH] chore(hello-tracing-common): release version 1.2.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 02752cc..bdbf688 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -580,7 +580,7 @@ dependencies = [ [[package]] name = "hello-tracing-common" -version = "1.2.0" +version = "1.2.1" dependencies = [ "anyhow", "axum", diff --git a/hello-tracing-common/Cargo.toml b/hello-tracing-common/Cargo.toml index e8c0f89..c326fb3 100644 --- a/hello-tracing-common/Cargo.toml +++ b/hello-tracing-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello-tracing-common" -version = "1.2.0" +version = "1.2.1" description = "hello-tracing-backend" edition = { workspace = true } authors = { workspace = true }